From bddfae72d4c22ae2a24420566515ce352a304d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 9 Jul 2018 22:52:17 +0300 Subject: [PATCH] One should not try to execute irc.freenode.net with Python interpreter --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e5cec41..a853e12 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ 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 -Run `python2 irc.freenode.net 6667 '##ingsoc' o2-test` +Run `python2 ircbot.py irc.freenode.net 6667 '##ingsoc' o2-test` Console commands ----------------