Fike commented on a Page, IRC Bot  -  Jul 15, 2011

The person who wrote this didn't test the code by the looks of it. Line:

irc.send ( 'PRIVMSG #paul :Fine, if you don't want me\r\n' )

should be

irc.send ( 'PRIVMSG #paul :Fine, if you don\'t want me\r\n' )

or

irc.send ( "PRIVMSG #paul :Fine, if you don't want me\r\n" )

Also what's with all the spaces everywhere?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.