From 242b392f3cf5982e4b5e1487cec3c5f2182f1a9c Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 23 May 2016 18:08:40 +0200 Subject: first commit --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 0000000..71dce8a --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +python-fischbot +=============== + +IRC bot for #casiocalc on Afternet + +Requires: +--------- +socket, sys, re, random, time, urllib2, os, subprocess, hashlib, datetime, json + +Required files: +--------------- +_Unless stated otherwise, newlines separate lists_ +* **hashes.txt:** sha1 hashes of passwords for use of the !op command. +* **blacklist.txt:** names of users not to be autovoiced. + +Commands: +--------- +* !intro : Send a message telling to introduce himself on UCF +* !info: info about fischbot +* !8ball : Return a super 8 ball message +* !coin: flip a coin +* !say : have fischbot say something in the chat +* !ddg : Search DuckDuckGo and return the instant answers, if available. +* !flood: >:-D +* !info-contrib: info about contributing +* !info-bugs: info about reporting bugs +* !op : op user +* !blame: self-explanatory +* !authfischbot : auth fischbot on afternet +* !tell : Tell a when he joins the room +* !slap : you know what this does. -- cgit v1.3.1