/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:
Timo Sirainen 2000-04-28 09:02:44 +00:00 committed by cras
commit eea919678c
4 changed files with 3 additions and 4 deletions

View file

@ -353,7 +353,7 @@ static void event_sent_invite(const char *data, IRC_SERVER_REC *server)
g_return_if_fail(data != NULL);
params = event_get_params(data, 2, NULL, &nick, &channel);
params = event_get_params(data, 3, NULL, &nick, &channel);
printformat(server, NULL, MSGLEVEL_CRAP, IRCTXT_INVITING, nick, channel);
g_free(params);
}