-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Pierc does not handle irc passwords with colons properly. This came up as an issue when trying to access irc.twitch.tv, where the password is always "oauth:a_string". I fixed this by manually removing most of the colons in the config file (like the one in "server: irc.ircserver.net") and modifying the line "temp = line.replace(":", "").split()" in config.py so that colons were no longer stripped.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels