mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
/BAN #channel now shows bans and ban exceptions in specified channel
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@533 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
94c4d228fd
commit
0b2448b97f
3 changed files with 75 additions and 48 deletions
|
|
@ -86,6 +86,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "server_chanmode_change", "%RServerMode/%c$0 %K[%n$1%K]%n by %_$2", 3, { 0, 0, 0 } },
|
||||
{ "channel_mode", "mode/%c$0 %K[%n$1%K]", 2, { 0, 0 } },
|
||||
{ "bantype", "Ban type changed to %_$0", 1, { 0 } },
|
||||
{ "no_bans", "No bans in channel %_$0%_", 1, { 0 } },
|
||||
{ "banlist", "%_$0%_: ban %c$1", 2, { 0, 0 } },
|
||||
{ "banlist_long", "%_$0%_: ban %c$1 %K[%nby %_$2%_, $3 secs ago%K]", 4, { 0, 0, 0, 1 } },
|
||||
{ "ebanlist", "%_$0%_: ban exception %c$1", 2, { 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue