Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / docs / signals.txt
index 9b526aef086ed20e1c2aeb0c7ab93bc0cae554e2..7c03fad5584641bfe80fffb6bdbef06bff5a85f5 100644 (file)
@@ -153,7 +153,7 @@ mode-lists.c:
 
 modes.c:
  "channel mode changed", CHANNEL_REC, char *setby
- "nick mode changed", CHANNEL_REC, NICK_REC, char *setby
+ "nick mode changed", CHANNEL_REC, NICK_REC, char *setby, char *mode, char *type
  "user mode changed", SERVER_REC, char *old
  "away mode changed", SERVER_REC
 
@@ -319,15 +319,17 @@ dcc/fe-dcc-chat-messages.c:
 Text FE
 -------
 
+gui-readline.c:
+ "gui key pressed", int key
+
 gui-printtext.c:
  "beep"
 
-statusbar-items.c:
- "mail counter"
-
 SILC
-----
+---
+
+silc-channels.c:
+ "mime", SERVER_REC, CHANNEL_REC, char *blob, char *enc, char *type, char *nick
 
-client_ops.c:
- "mime", SERVER_REC, CHANNEL_REC, BLOB_REC, char *mime, char *enc, char *nick
- "mime-send", SERVER_REC, WI_ITEM_REC, char *data, int data_len, char *enc, char *type
+silc-servers.c:
+ "mime-send", SERVER_REC, WI_ITEM_REC, char *blob, char *enc, char *type