Difference between revisions of "AutoInv.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== AutoInvite ====== ==== Description ==== This module handles autoinvites to the private chat group. ==== Features ==== * automatically invites buddies logging on if…')
 
Line 14: Line 14:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!autoinvite|          | <on/off> |Toggles autoinvite for caller on or off|Guest    |N/A|N/A|
 
|!autoinvite|          | <on/off> |Toggles autoinvite for caller on or off|Guest    |N/A|N/A|
 
+
</pre>
 
 
  
 
===== Module settings =====
 
===== Module settings =====
 
+
<pre>
 
^Setting      ^Default  ^Description                                              ^
 
^Setting      ^Default  ^Description                                              ^
 
|Activated|False|Toggles the autoinvites on or off|
 
|Activated|False|Toggles the autoinvites on or off|
 
+
</pre>
  
 
===== Notes =====
 
===== Notes =====

Revision as of 08:56, 30 July 2021

AutoInvite

Description

This module handles autoinvites to the private chat group.


Features

 * automatically invites buddies logging on if wanted
 * toggle function for users to set autoinvite status
 * global setting for autoinvites
Commands provided
^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
^Setting       ^Default   ^Description                                              ^
|Activated|False|Toggles the autoinvites on or off|
Notes
 * 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//.