For example:
username = irc['username']
message = irc['message']
channel = irc['channel']
I am already using a library for my Bot, but my chat client I want to integrate does not. I suppose I should look into converting it to use the IRC library
For example:
username = irc['username']
message = irc['message']
channel = irc['channel']
I am already using a library for my Bot, but my chat client I want to integrate does not. I suppose I should look into converting it to use the IRC library