mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
MODE checking didn't work right..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@451 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7de08e4c8f
commit
07982e1790
1 changed files with 2 additions and 1 deletions
|
|
@ -324,7 +324,8 @@ static int netjoin_set_operator(NETJOIN_REC *rec, const char *channel, int on)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void event_mode(const char *data, IRC_SERVER_REC *server, const char *addr)
|
static void event_mode(const char *data, IRC_SERVER_REC *server,
|
||||||
|
const char *sender, const char *addr)
|
||||||
{
|
{
|
||||||
NETJOIN_REC *rec;
|
NETJOIN_REC *rec;
|
||||||
char *params, *channel, *mode, *nicks;
|
char *params, *channel, *mode, *nicks;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue