From a5a66264de2f56c5b1ba00e0228eae61f70d5689 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 28 Apr 2000 08:07:42 +0000 Subject: Perl working again, better than ever (unless there's bugs :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/signals.txt | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'docs/signals.txt') diff --git a/docs/signals.txt b/docs/signals.txt index f3c4881c..09e8cac0 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -4,16 +4,15 @@ IRC base * Requires to work properly: "gui exit" - "gui channel open", CHANNEL_REC - "send command", char *command, SERVER_REC, CHANNEL_REC +"send command", char *command, SERVER_REC, WI_ITEM_REC * Provides signals: irc.c: "send command", char *args, SERVER_REC - "command ", char *args, SERVER_REC, CHANNEL_REC - "default command", char *args, SERVER_REC, CHANNEL_REC + "command ", char *args, SERVER_REC, WI_ITEM_REC + "default command", char *args, SERVER_REC, WI_ITEM_REC "server event", char *data, SERVER_REC, char *sender_nick, char *sender_address "event ", char *args, SERVER_REC, char *sender_nick, char *sender_address @@ -115,7 +114,6 @@ IRC extra * Requires to work properly: "print text stripped", SERVER_REC, char *channel, int level, char *text - "plugin add menu", char *menuitem, void (*func) (gpointer, PLUGIN_REC), PLUGIN_REC * Provides signals: @@ -175,18 +173,6 @@ notifylist.c: "notifylist unidle", SERVER_REC, char *nick, char *user, char *host, char *realname, char *awaymsg "notifylist left", SERVER_REC, char *nick, char *user, char *host, char *realname, char *awaymsg -plugins.c: - - "plugin created", PLUGIN_REC - "plugin loaded", PLUGIN_REC - "plugin destroyed", PLUGIN_REC - - "plugin error already loaded", char *plugin - "plugin error invalid", char *plugin - "plugin error load", char *plugin, char *error - "plugin error not loaded", char *plugin - "plugin error version", char *plugin - UI common --------- -- cgit v1.2.3