aboutsummaryrefslogtreecommitdiff
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
parent58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7 (diff)
downloadidalius-3754d526466a12a6735e94c7fc692b0d00e1207d.tar.xz
Rename saxrobot->idalius
-rw-r--r--LICENCE2
-rw-r--r--README.md12
-rwxr-xr-xidalius.pl (renamed from saxrobot)0
3 files changed, 7 insertions, 7 deletions
diff --git a/LICENCE b/LICENCE
index 96d93a8..c7ab407 100644
--- a/LICENCE
+++ b/LICENCE
@@ -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
*
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.
diff --git a/saxrobot b/idalius.pl
index f72a95b..f72a95b 100755
--- a/saxrobot
+++ b/idalius.pl