mirror of
https://github.com/irssi/irssi.git
synced 2025-04-25 20:41:23 -05:00
Removed "gui window goto" signal, it hasn't been used for ages.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2255 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4dff614333
commit
80f2666d09
@ -56,12 +56,13 @@ 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", CHANNEL_REC, NICK_REC
|
"nicklist new", NICK_REC
|
||||||
"nicklist remove", CHANNEL_REC, NICK_REC
|
"nicklist remove", NICK_REC
|
||||||
"nicklist changed", CHANNEL_REC, NICK_REC, char *orignick
|
"nicklist changed", NICK_REC, char *old_nick
|
||||||
"nicklist host changed", CHANNEL_REC, NICK_REC
|
"nicklist host changed", NICK_REC
|
||||||
"nicklist gone changed", CHANNEL_REC, NICK_REC
|
"nicklist realname changed", NICK_REC
|
||||||
"nicklist serverop changed", CHANNEL_REC, NICK_REC
|
"nicklist gone changed", NICK_REC
|
||||||
|
"nicklist serverop changed", NICK_REC
|
||||||
|
|
||||||
pidwait.c:
|
pidwait.c:
|
||||||
"pidwait", int pid, int status
|
"pidwait", int pid, int status
|
||||||
@ -151,7 +152,7 @@ mode-lists.c:
|
|||||||
|
|
||||||
modes.c:
|
modes.c:
|
||||||
"channel mode changed", CHANNEL_REC
|
"channel mode changed", CHANNEL_REC
|
||||||
"nick mode changed", CHANNEL_REC, NICK_REC
|
"nick mode changed", NICK_REC
|
||||||
"user mode changed", SERVER_REC, char *old
|
"user mode changed", SERVER_REC, char *old
|
||||||
"away mode changed", SERVER_REC
|
"away mode changed", SERVER_REC
|
||||||
|
|
||||||
@ -220,7 +221,6 @@ FE common
|
|||||||
* Requires to work properly:
|
* Requires to work properly:
|
||||||
|
|
||||||
"gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, int level
|
"gui print text", WINDOW_REC, int fg, int bg, int flags, char *text, int level
|
||||||
"gui window goto", int number
|
|
||||||
|
|
||||||
(Can be used to determine when all "gui print text"s are sent (not required))
|
(Can be used to determine when all "gui print text"s are sent (not required))
|
||||||
"gui print text finished", WINDOW_REC
|
"gui print text finished", WINDOW_REC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user