mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
added "message own_public" and "message own_private" events that are
sent when /msg command is used. this way we don't need to parse the /msg's options everywhere. also efnet @#channels support works now better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1041 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
219c83ae6a
commit
2ae679be08
15 changed files with 210 additions and 141 deletions
|
|
@ -65,7 +65,7 @@ int ignore_check(SERVER_REC *server, const char *nick, const char *host,
|
|||
g_return_val_if_fail(server != NULL, 0);
|
||||
|
||||
chanrec = (channel != NULL && server != NULL &&
|
||||
server->ischannel(*channel)) ?
|
||||
server->ischannel(channel)) ?
|
||||
channel_find(server, channel) : NULL;
|
||||
|
||||
best_mask = 0; best_patt = 0; best_ignore = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue