mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
spammer: remove "astounding!" from the trigger list
It's a bit too trigger happy, as reported by jwinterm
This commit is contained in:
parent
921212d217
commit
e1f3acc16c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def OnUserJoined(event,*args,**kwargs):
|
||||||
Ban(link)
|
Ban(link)
|
||||||
|
|
||||||
triggers=[l.lower() for l in [
|
triggers=[l.lower() for l in [
|
||||||
"astounding!", "triple your btc", "pm me to begin", "hatt uu",
|
"triple your btc", "pm me to begin", "hatt uu",
|
||||||
"accelerate the blockchain", "u stappid", "me a message to begin",
|
"accelerate the blockchain", "u stappid", "me a message to begin",
|
||||||
"the ops have confirmed", "expanding technology", "exploding technology",
|
"the ops have confirmed", "expanding technology", "exploding technology",
|
||||||
"allah is doing", "pm me to get going", "defragment the blockchain to grow"
|
"allah is doing", "pm me to get going", "defragment the blockchain to grow"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue