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
#5
I've modified:
ircsock.send(bytes("JOIN %s"))

For:
ircsock.send(bytes("JOIN %s".format(chan)))

but still not working when I'm typing on IRC: join #channel-name

Thanks.
Reply


Messages In This Thread
RE: IRC bot written in Python - join channel function - by syrius - Sep-13-2017, 02:43 PM

Forum Jump:

User Panel Messages

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