progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
622 stars 173 forks source link

Feature Request: Add & Remove irc network #501

Open wolfy1339 opened 11 years ago

wolfy1339 commented 11 years ago

I would like to suggest a feature that would let you add or remove an irc network from your bot, these features would be located in the Network plugin. the command would be network add\rermove

progval commented 11 years ago

The @connect command adds a network, and @disconnect removes a network from the list of connections. There is no command for removing a network, though; but @disconnect has been ok for now.