Add user_masks to sample bot

This commit is contained in:
cnaude 2015-08-09 15:08:56 -07:00
parent a0db45b042
commit 34fbba71e3

View File

@ -294,71 +294,100 @@ channels:
private: false
ctcp: false
game_command: '@chat'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
ochat:
modes: '*'
private: false
ctcp: false
game_command: '@ochat'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
h:
modes: '*'
private: false
ctcp: false
game_command: '@hchat'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
msg:
modes: '*'
private: true
ctcp: false
game_command: '@msg'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
list:
modes: '*'
private: false
ctcp: false
game_command: '@list'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
help:
modes: '*'
private: false
ctcp: false
game_command: '@help'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
uptime:
modes: '*'
private: false
ctcp: false
game_command: '@uptime'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
version:
modes: '*'
private: false
ctcp: false
game_command: '@versionfull'
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
lag:
modes: '*'
private: false
ctcp: false
game_command: lag
extras_commands: []
private_listen: true
channel_listen: true
user_masks: []
perm: ''
mb:
modes: 'o'
private: 'false'
ctcp: 'false'
game_command: '@rtsmb'
extras_commands: []
private_listen: 'true'
channel_listen: 'true'
user_masks: []
perm: ''
lv:
modes: 'o'
@ -369,6 +398,7 @@ channels:
- '@version'
private_listen: 'true'
channel_listen: 'true'
user_masks: []
perm: ''
## Uncomment this if you want to hook into AdminPrivateChat
# a:
@ -378,6 +408,7 @@ channels:
# game_command: '@a'
# private_listen: true
# channel_listen: true
# user_masks: []
## Uncomment this to allow gamemode changes via IRC
# gamemode:
# modes: 'o'
@ -386,6 +417,7 @@ channels:
# game_command: 'gamemode %ARGS%'
# private_listen: true
# channel_listen: true
# user_masks: []
## Sample of %ARGX% and %ARGX+% with game_command_usage
# mute:
# modes: o
@ -399,3 +431,4 @@ channels:
# channel_listen: 'true'
# perm: ''
# sender: CONSOLE
# user_masks: []