Skip to content

user0-07161/irc.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRC.PY

An IRC library for python. Example code can be found in "example-bot.py".

Keep in mind that when using the following functions to keep the correct variable order:

async def message_received(message, user, channel, **kwargs) for message_received; async def commandname(arguments, user, channel, msg, **kwargs) for commands; async def ready(nickname, channel) for ready.

When running your bot, keep in mind that Bot.connect() is non-asynchronous while Bot._connect() is.

About

An IRC library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages