Update README

This commit is contained in:
Juhani Krekelä 2021-01-20 20:06:16 +02:00
parent 4f5a4c5ffd
commit bcb5fd226c
1 changed files with 3 additions and 10 deletions

13
README
View File

@ -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 <chan>: Join a channel
/m <recipient> <message>: 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