mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Added support for 326 and 327 whois numerics in OPN.
Removed keeping track of ban exceptions and invite list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2212 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fe8971ac8f
commit
3f275ebd55
10 changed files with 21 additions and 269 deletions
|
|
@ -232,19 +232,6 @@ void parse_channel_modes(IRC_CHANNEL_REC *channel, const char *setby,
|
|||
else
|
||||
banlist_remove(channel, arg);
|
||||
break;
|
||||
case 'e':
|
||||
if (type == '+')
|
||||
banlist_exception_add(channel, arg, setby,
|
||||
time(NULL));
|
||||
else
|
||||
banlist_exception_remove(channel, arg);
|
||||
break;
|
||||
case 'I':
|
||||
if (type == '+')
|
||||
invitelist_add(channel, arg);
|
||||
else
|
||||
invitelist_remove(channel, arg);
|
||||
break;
|
||||
|
||||
case 'o':
|
||||
case 'O': /* channel owner in !channels */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue