Differences
This shows you the differences between two versions of the page.
privgroup.php [2013/09/12 22:49] |
privgroup.php [2020/09/12 01:30] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== ModuleName ====== | ||
+ | |||
+ | ==== Description ==== | ||
+ | |||
+ | This module handles requests for joins and leaves to the private chat group. In addition to this it offers notifies in chat with information about joins and leaves. | ||
+ | |||
+ | |||
+ | ==== Features ==== | ||
+ | |||
+ | * join and leaves for callers | ||
+ | * invites and kicks by admins | ||
+ | * customizable notifies on joins and leaves | ||
+ | * optional disabling of the chatgroup | ||
+ | |||
+ | ===== Commands provided ===== | ||
+ | |||
+ | ^Command | ||
+ | |!join| | |Invites caller to the private group| Guest | Guest |N/A| | ||
+ | |!chat| | |Invites caller to the private group| Guest | Guest |N/A| | ||
+ | |!invite| | |Invites caller to the private group| Guest | Guest |N/A| | ||
+ | |!kick| | |Kicks caller from the private group| Anonymous | Anonymous |N/A| | ||
+ | |!leave| | |Kicks caller from the private group| Anonymous | Anonymous |N/A| | ||
+ | |!join| | |Invites caller to private group| Guest | Guest |N/A| | ||
+ | |!inviteuser| | <// | ||
+ | |!kickuser| | <// | ||
+ | |!kickall| | |Kicks all characters from the private group by disbanding it| N/A | Admin | Admin | | ||
+ | |||
+ | |||
+ | ===== Module settings ===== | ||
+ | |||
+ | ^Setting | ||
+ | |EchoJoin | gc if guildbot, pgmsg if raidbot |Where should the info about new joins to the private group be spammed?| | ||
+ | |EchoLeave | gc if guildbot, none if raidbot |Where should the info about leaves to the private group be spammed?| | ||
+ | |JoinString | # | ||
+ | |LeaveString | # | ||
+ | |Deactivated | False |Deactivates the private group if wanted| | ||
+ | |DeactivatedText | Private chatgroup is disabled! |Informational text replied on locked private group if someone tries to join| | ||
+ | |||
+ | |||
+ | ===== Notes ===== | ||
+ | // |