aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-03-18 21:12:22 +1300
committerDavid Phillips <david@sighup.nz>2017-03-18 21:12:22 +1300
commit3754d526466a12a6735e94c7fc692b0d00e1207d (patch)
treefd2b75fd0467de66e36afeddd2f92f40f774de15 /README.md
parent58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7 (diff)
downloadidalius-3754d526466a12a6735e94c7fc692b0d00e1207d.tar.xz
Rename saxrobot->idalius
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0abf9b0..f6e3b63 100644
--- a/README.md
+++ b/README.md
@@ -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.