diff mcabber/doc/help/en/hlp_event.txt @ 1685:1342df44c814

Improved events interface * User can pass additional arguments to event handler * MUC invitation reject now can be supplied a reason
author Myhailo Danylenko <isbear@ukrpost.net>
date Tue, 02 Feb 2010 22:44:18 +0100
parents 59b53fed6de1
children a6d71ddf927f
line wrap: on
line diff
--- a/mcabber/doc/help/en/hlp_event.txt	Tue Jan 19 19:16:38 2010 +0200
+++ b/mcabber/doc/help/en/hlp_event.txt	Tue Feb 02 22:44:18 2010 +0100
@@ -1,15 +1,16 @@
 
- /EVENT #N|* accept|ignore|reject
+ /EVENT #N|* accept|ignore|reject [event-specific arguments]
  /EVENT list
 
 Tell mcabber what to do about pending events.
 If the first parameter is '*', the command will apply to all queued events.
+Event-specific arguments will be interpreted on event-to event basis. The only built-in case, when argument is used is MUC invitation reject - argument, if present, will be interpreted as reject reason.
 
-/event #N|* accept
+/event #N|* accept [event-specific arguments]
  Event number #N/All events will be accepted
-/event #N|* ignore
+/event #N|* ignore [event-specific arguments]
  Event number #N/All events will be ignored
-/event #N|* reject
+/event #N|* reject [event-specific arguments]
  Event number #N/All events will be rejected
 /event list
  List all pending events