mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Redirections were broken if server_redirect_event() didn't list the stop
event. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2246 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
369ce5d699
commit
496db0eefc
@ -507,6 +507,7 @@ server_redirect_get(IRC_SERVER_REC *server, const char *event,
|
||||
if (strncmp(event, "event ", 6) == 0 &&
|
||||
isdigit(event[6])) {
|
||||
signal = (*redirect)->default_signal;
|
||||
if (*match == MATCH_NONE)
|
||||
*match = MATCH_START;
|
||||
} else {
|
||||
/* not a numeric, so we've lost the
|
||||
|
Loading…
Reference in New Issue
Block a user