Skip to content

sshirokov/WheelMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WheelMan is an IRC bot powered by RegEx routing to callbacks that simply return strings.

The DB is backed by SqlAlchemy and the configuration is in pure python.

The protocol is wrapped by irclib.py from http://python-irclib.sourceforge.net/
With event handling provided by the same.


* Things and tweaks
** TODO Teach @need_user_state to abort if an FSM loops to the initial state
*** At present, it keeps the pending event queued and if the FSM *ever* ticks into the right state the event is re-injected
** TODO Update references on renicks
** TODO Log your own messages

About

RegEx routed IRC bot with SqlAlchemy data backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages