mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 22:22:15 +02:00
Add support for the ACCEPT command, which is part of the
CALLERID server side ignore system in hybrid7 and derived ircds. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4546 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
10ae40c368
commit
9d6335735b
7 changed files with 59 additions and 3 deletions
|
|
@ -161,6 +161,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "unsilenced", "Unsilenced {nick $0}", 1, { 0 } },
|
||||
{ "silence_line", "{nick $0}: silence {ban $1}", 2, { 0, 0 } },
|
||||
{ "ask_oper_pass", "Operator password:", 0 },
|
||||
{ "accept_list", "Accepted users: {hilight $0}", 1, { 0 } },
|
||||
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue