mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 21:43:22 +01:00
Sample bot updates
This commit is contained in:
parent
7206d02d3a
commit
f71d7b373c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/target/
|
/target/
|
||||||
/nbactions.xml
|
/nbactions.xml
|
||||||
|
/dependency-reduced-pom
|
@ -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: ''
|
Loading…
Reference in New Issue
Block a user