Difference between revisions of "AutoInv.php"

From Bebot Wiki 2
Jump to navigationJump to search
 
Line 4: Line 4:
  
 
This module handles autoinvites to the private chat group.
 
This module handles autoinvites to the private chat group.
 
  
  
Line 30: Line 29:
 
   * This module doesn't handle the notify list in any way. If someone not on notify can add himself to autoinvite he won't get invited as no logon event for him will ever happen
 
   * This module doesn't handle the notify list in any way. If someone not on notify can add himself to autoinvite he won't get invited as no logon event for him will ever happen
 
   * The global logon notificcation delay does delay autoinvites too. This is controlled by the setting //Notify_Delay// in the module //Logon_Notifies//.
 
   * The global logon notificcation delay does delay autoinvites too. This is controlled by the setting //Notify_Delay// in the module //Logon_Notifies//.
 
  
 
===== Preferences =====
 
===== Preferences =====
 
You can edit your own (or as admin everyone's default) preference by doing :
 
You can edit your own (or as admin everyone's default) preference by doing :
 
  !preferences show autoinv
 
  !preferences show autoinv

Latest revision as of 18:29, 21 September 2021

AutoInvite[edit]

Description[edit]

This module handles autoinvites to the private chat group.


Features[edit]

 * automatically invites buddies logging on if wanted
 * toggle function for users to set autoinvite status
 * global setting for autoinvites
Commands provided[edit]
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!autoinvite|          | <on/off> |Toggles autoinvite for caller on or off|Guest     |N/A|N/A|
Module settings[edit]
^Setting       ^Default   ^Description                                              ^
|Activated|False|Toggles the autoinvites on or off|
Notes[edit]
 * This module only handles the autoinvite setting for characters already in the users table
 * This module doesn't handle the notify list in any way. If someone not on notify can add himself to autoinvite he won't get invited as no logon event for him will ever happen
 * The global logon notificcation delay does delay autoinvites too. This is controlled by the setting //Notify_Delay// in the module //Logon_Notifies//.
Preferences[edit]

You can edit your own (or as admin everyone's default) preference by doing :

!preferences show autoinv