diff options
author | David Phillips <david@sighup.nz> | 2017-03-06 12:53:22 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-06 12:53:22 +1300 |
commit | e1a382c7db700b1dc5a9e3e859f4579367624323 (patch) | |
tree | 218e5df0111737e4c07abe78cfe3cbe1fe30e85b | |
parent | 22238a3f9f8d570d7f80957ff972cc29ffce31cd (diff) | |
download | idalius-e1a382c7db700b1dc5a9e3e859f4579367624323.tar.xz |
Add simple example readme
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..60f0d25 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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. + +## Example: + + <someuser> sax + <somesaxbot> π· + <someuser> saxaphone woosaxSAXalright + <somesaxbot> π· π· π· + +Simple eh. |