mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 05:26:19 +01:00
Add additional example.
This commit is contained in:
parent
e3e6a9fc1b
commit
d667158aca
@ -385,4 +385,17 @@ channels:
|
|||||||
# ctcp: false
|
# ctcp: false
|
||||||
# game_command: 'gamemode %ARGS%'
|
# game_command: 'gamemode %ARGS%'
|
||||||
# private_listen: true
|
# private_listen: true
|
||||||
# channel_listen: true
|
# channel_listen: true
|
||||||
|
## Sample of %ARGX% and %ARGX+% with game_command_usage
|
||||||
|
# mute:
|
||||||
|
# modes: o
|
||||||
|
# private: 'false'
|
||||||
|
# ctcp: 'false'
|
||||||
|
# game_command: mute %ARG1% %ARG2% %ARG3+%
|
||||||
|
# extra_commands:
|
||||||
|
# - 'irc say SpigBot #PurpleIRC Muted %ARG1% for %ARG2%. [Reason %ARG3+%]'
|
||||||
|
# game_command_usage: 'Usage: .mute <player> <time> <reason>'
|
||||||
|
# private_listen: 'true'
|
||||||
|
# channel_listen: 'true'
|
||||||
|
# perm: ''
|
||||||
|
# sender: CONSOLE
|
||||||
|
Loading…
Reference in New Issue
Block a user