diff options
-rw-r--r-- | LICENCE | 2 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rwxr-xr-x | idalius.pl (renamed from saxrobot) | 0 |
3 files changed, 7 insertions, 7 deletions
@@ -1,5 +1,5 @@ /* - * saxrobot - A novelty irc bot which responds repeatedly to trigger strings + * idalius - A novelty irc bot which responds repeatedly to trigger strings * Copyright (c) 2017 David Phillips <dbphillipsnz@gmail.com> * All rights reserved * @@ -1,6 +1,6 @@ -# sax robot +# idalius -saxrobot/saxbot is a novelty IRC bot who counts user-set trigger words in +idalius 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. @@ -8,15 +8,15 @@ It's hard to word it nicely, so here's an example. ## Example: -Under the default configuration, saxrobot will trigger on 'sax', 'trumpet' +Under the default configuration, idalius will trigger on 'sax', 'trumpet' and 'snake', replying with 'π·', 'πΊ' and 'π' respectively. Take a look at this IRC log: <someuser> sax - <somesaxbot> π· + <somebot> π· <someuser> sax snake - <somesaxbot> π· π + <somebot> π· π <someuser> saxaphone woosaxsnakeSAXalright trumpetTRUMPET - <somesaxbot> π· π· π π· πΊ πΊ + <somebot> π· π· π π· πΊ πΊ Simple eh. |