mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Redirection fixes - added count parameter.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1999 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1673246497
commit
e66ec6cf8b
11 changed files with 89 additions and 67 deletions
|
|
@ -91,7 +91,7 @@ static void ison_send(IRC_SERVER_REC *server, GString *cmd)
|
|||
g_string_truncate(cmd, cmd->len-1);
|
||||
g_string_prepend(cmd, "ISON :");
|
||||
|
||||
server_redirect_event(server, "ison", NULL, -1, NULL,
|
||||
server_redirect_event(server, "ison", 1, NULL, -1, NULL,
|
||||
"event 303", "notifylist event", NULL);
|
||||
irc_send_cmd(server, cmd->str);
|
||||
|
||||
|
|
@ -177,7 +177,7 @@ static void whois_send(IRC_SERVER_REC *server, char *nicks)
|
|||
for (p = str+strlen(nicks)+1; *p != '\0'; p++)
|
||||
if (*p == ',') *p = ' ';
|
||||
|
||||
server_redirect_event(server, "whois", str, FALSE,
|
||||
server_redirect_event(server, "whois", 1, str, FALSE,
|
||||
"notifylist event whois end",
|
||||
"event 318", "notifylist event whois end",
|
||||
"event 311", "notifylist event whois",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue