Heufneutje / PyHeufyBot

A modular IRC bot written in Python, using Twisted. Abandoned, most popular modules have been ported to https://github.com/DesertBot/DesertBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write a CAP module

Heufneutje opened this issue · comments

Handling CAP commands would be really nice, so the bot can do SASL authentication for example. In RE_HeufyBot this used to be part of the core, but a module would be nicer for this, since CAP is part of IRCv3, not RFC1459, which basically makes it extra functionality.

Having CAP in a module is a pain to do. It should be a core thing instead.