logo

scripts

A bunch of scripts, some to be moved to their own repository
commit: 120c0609ac9836401483cadd7097e673cca3d9bd
parent: 45f73dd6d4379544c3e5c0ce7721c38e3f24ea9e
Author: lanodan <lanodan.delta@free.fr>
Date:   Mon,  9 Jun 2014 17:28:41 +0200

correct mistype

Diffstat:

MIRCBot/IRCBot.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IRCBot/IRCBot.py b/IRCBot/IRCBot.py @@ -118,7 +118,7 @@ while 1: #puts it in a loop printIrc('Never gonna tell a lie and hurt you.') tetris=1 if text.find(':!stop in the name of sey') != -1: - irc.send('PART : '+quitMsg+'\n') #Hack to prevent Clkent Quit + irc.send('PART : '+quitMsg+'\n') #Hack to prevent Client Quit irc.send('QUIT : '+quitMsg+'\n') irc.close() break