diff options
author | David Phillips <david@sighup.nz> | 2017-03-17 16:31:41 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-17 16:31:41 +1300 |
commit | 111ce32be63cb17789d9bea89a689338776e670c (patch) | |
tree | eff8cac8ce440240d094617b33a4e1b142b16fd1 | |
parent | cc613822bf78d1a73e02bc3ddf99bea68babe3ad (diff) | |
download | idalius-111ce32be63cb17789d9bea89a689338776e670c.tar.xz |
Update README for the now general bot behaviour
-rw-r--r-- | README.md | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,14 +1,22 @@ # sax robot -saxrobot/saxbot is a novelty IRC bot who matches any mention of the string "sax" -in any part of an IRC message in the channels it monitors, with as many -saxaphone icons (π·) as there were instances of "sax" throughout each message. +saxrobot/saxbot is a novelty IRC bot who counts user-set trigger words in +IRC channel messages and constructs a reply of user-set replies for each +instance of a trigger word in a message. + +It's hard to word it nicely, so here's an example. ## Example: +Under the default configuration, saxrobot will trigger on 'sax', 'trumpet' +and 'snake', replying with 'π·', 'πΊ' and 'π' respectively. Take a look at +this IRC log: + <someuser> sax <somesaxbot> π· - <someuser> saxaphone woosaxSAXalright - <somesaxbot> π· π· π· + <someuser> sax snake + <somesaxbot> π· π + <someuser> saxaphone woosaxsnakeSAXalright trumpetTRUMPET + <somesaxbot> π· π· π π· πΊ πΊ Simple eh. |