Skip to content

IRCQwitter written in Python. Refer to IRCQwitter for more details

Notifications You must be signed in to change notification settings

hfukada/IRCQwitter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCQwitter-python

IRCQwitter written in Python. Refer to IRCQwitter for more details

Commands that are build in:

  • !join : tell the bot to join another channel
  • !say : tell the bot to say whatever
  • !quo/!quoth : quote the specified message

PYTHON'S SUPPORT FOR UNICODE In order to make the bot not crash and burn when someone decides to send some random unicode into a channel, you must set the irc library to decode using a less strict ruleset. Open up your favorite text editor and change the buffer.py file. Make the error variable = "replace" for an easy fix. In Arch, this file is locaed at /usr/lib/python3.x/site-packages/irc/buffer.py In Ubuntu, this file is located at /usr/local/lib/python3.x/dist-packages/irc/buffer.py.

About

IRCQwitter written in Python. Refer to IRCQwitter for more details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages