diff --git a/README b/README index 160d364..1db83b0 100644 --- a/README +++ b/README @@ -15,20 +15,13 @@ gods.txt: Same as above, except can't be #untrust'ed msgs.txt: Messages that haven't been delivered. Leave it empty startcmd.txt: Raw IRC messages to send to the server after USER and NICK. Used to authenticate with NickServ +bot.conf: See bot.conf.example -Run `python2 ircbot.py irc.freenode.net 6667 '##ingsoc' o2-test` +Run `python3 ircbot.py` Console commands ---------------- -/j : Join a channel -/m : Send a message to recipient -/q: Quit - -/lt: Load trusted.txt -/st: Save trusted.txt (never used, it's saved automatically) -/lg: Load gods.txt -/lm: Load msgs.txt -/sm: Save msgs.txt (never used, it's saved automatically) +q: Quit You can also run arbitrary IRC commands by prefixing them with '/'. The command is converted to upper case, but line is otherwise sent raw