From bcb5fd226cf4b3fe48ea5a36afd540d8226f2deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 20 Jan 2021 20:06:16 +0200 Subject: [PATCH] Update README --- README | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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