1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

isupport fixes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3220 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2004-01-25 18:23:12 +00:00 committed by cras
parent 33e7528edb
commit c7f2d309d6

View File

@ -808,8 +808,8 @@ void modes_server_init(IRC_SERVER_REC *server)
server->prefix['@'] = 'o';
server->prefix['+'] = 'v';
server->modes['l'].func = modes_type_b;
server->modes['k'].func = modes_type_c;
server->modes['k'].func = modes_type_b;
server->modes['l'].func = modes_type_c;
}
void modes_init(void)