mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
/ban and /invite crashed, /mode didn't work. ctcp.c doesn't need
irssi-version.h git-svn-id: http://svn.irssi.org/repos/irssi/trunk@194 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
280bdd6ee4
commit
eea919678c
4 changed files with 3 additions and 4 deletions
|
|
@ -331,7 +331,7 @@ void channel_set_mode(IRC_SERVER_REC *server, const char *channel, const char *m
|
|||
|
||||
g_return_if_fail(server != NULL);
|
||||
g_return_if_fail(channel != NULL);
|
||||
g_return_if_fail(modestr != NULL);
|
||||
g_return_if_fail(mode != NULL);
|
||||
|
||||
tmode = g_string_new(NULL);
|
||||
targs = g_string_new(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue