mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
"nicklist ..." signals were missing channel parameter.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2286 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
de6f8a7439
commit
0b4a39be8c
1 changed files with 6 additions and 7 deletions
|
|
@ -56,13 +56,12 @@ modules.c:
|
||||||
"module error", int error, char *text, char *rootmodule, char *submodule
|
"module error", int error, char *text, char *rootmodule, char *submodule
|
||||||
|
|
||||||
nicklist.c:
|
nicklist.c:
|
||||||
"nicklist new", NICK_REC
|
"nicklist new", CHANNEL_REC, NICK_REC
|
||||||
"nicklist remove", NICK_REC
|
"nicklist remove", CHANNEL_REC, NICK_REC
|
||||||
"nicklist changed", NICK_REC, char *old_nick
|
"nicklist changed", CHANNEL_REC, NICK_REC, char *old_nick
|
||||||
"nicklist host changed", NICK_REC
|
"nicklist host changed", CHANNEL_REC, NICK_REC
|
||||||
"nicklist realname changed", NICK_REC
|
"nicklist gone changed", CHANNEL_REC, NICK_REC
|
||||||
"nicklist gone changed", NICK_REC
|
"nicklist serverop changed", CHANNEL_REC, NICK_REC
|
||||||
"nicklist serverop changed", NICK_REC
|
|
||||||
|
|
||||||
pidwait.c:
|
pidwait.c:
|
||||||
"pidwait", int pid, int status
|
"pidwait", int pid, int status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue