Python Forum
IRC bot written in Python - join channel function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IRC bot written in Python - join channel function
#9
The variable 'joinchan' is for the bot joining the main channel when the bot is connected to the IRC server. I've tried it anyway with your suggestion but no luck yet :( I've tried it also with the variable 'join'.

Should this line be modified :

if name.lower() == master.lower() and ircmsg.find(":join %s") != -1:

I think the syntax it's incorrect but not sure on how to write it exactly.

Thanks for your help !
Reply


Messages In This Thread
RE: IRC bot written in Python - join channel function - by syrius - Sep-14-2017, 07:28 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020