Sample bot updates

This commit is contained in:
cnaude 2015-11-28 11:38:34 -07:00
parent 7206d02d3a
commit f71d7b373c
2 changed files with 34 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target/ /target/
/nbactions.xml /nbactions.xml
/dependency-reduced-pom

View File

@ -310,6 +310,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
ochat: ochat:
modes: '*' modes: '*'
private: false private: false
@ -320,6 +321,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
h: h:
modes: '*' modes: '*'
private: false private: false
@ -330,6 +332,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
msg: msg:
modes: '*' modes: '*'
private: true private: true
@ -340,6 +343,20 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
r:
modes: '*'
private: 'true'
ctcp: 'false'
game_command: '@r'
private_listen: 'true'
channel_listen: 'true'
perm: ''
sender: CONSOLE
game_command_usage: ''
extra_commands: []
user_masks: []
output: '%RESULT%'
list: list:
modes: '*' modes: '*'
private: false private: false
@ -350,6 +367,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
help: help:
modes: '*' modes: '*'
private: false private: false
@ -360,6 +378,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
uptime: uptime:
modes: '*' modes: '*'
private: false private: false
@ -370,6 +389,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
version: version:
modes: '*' modes: '*'
private: false private: false
@ -380,6 +400,7 @@ channels:
channel_listen: true channel_listen: true
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%'
lag: lag:
modes: '*' modes: '*'
private: false private: false
@ -391,16 +412,6 @@ channels:
user_masks: [] user_masks: []
perm: '' perm: ''
output: '%RESULT%' output: '%RESULT%'
mb:
modes: 'o'
private: 'false'
ctcp: 'false'
game_command: '@rtsmb'
extras_commands: []
private_listen: 'true'
channel_listen: 'true'
user_masks: []
perm: ''
lv: lv:
modes: 'o' modes: 'o'
private: 'false' private: 'false'
@ -446,3 +457,14 @@ channels:
# sender: CONSOLE # sender: CONSOLE
# user_masks: [] # user_masks: []
# output: '%RESULT%' # output: '%RESULT%'
## Uncomment this if you want to hook into ReportRTS mod broadcast command
# mb:
# modes: 'o'
# private: 'false'
# ctcp: 'false'
# game_command: '@rtsmb'
# extras_commands: []
# private_listen: 'true'
# channel_listen: 'true'
# user_masks: []
# perm: ''