mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1453 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
463d5fbd2f
commit
014c07d71c
5 changed files with 20 additions and 3 deletions
|
|
@ -9,7 +9,6 @@ core
|
|||
"gui exit"
|
||||
"gui dialog", char *type, char *text
|
||||
"send command", char *command, SERVER_REC, WI_ITEM_REC
|
||||
"print text stripped", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
|
||||
|
||||
* Provides signals:
|
||||
|
||||
|
|
@ -254,8 +253,8 @@ keyboard.c:
|
|||
"keyinfo destroyed", KEYINFO_REC
|
||||
|
||||
printtext.c:
|
||||
"print text", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
|
||||
"print text stripped", WINDOW_REC, SERVER_REC, char *channel, int level, char *text
|
||||
"print text", TEXT_DEST_REC *dest, char *text
|
||||
"print text stripped", TEXT_DEST_REC *dest, char *text
|
||||
|
||||
themes.c:
|
||||
"theme created", THEME_REC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue