summaryrefslogtreecommitdiff
path: root/plugins/irc.py
AgeCommit message (Collapse)Author
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2016-09-20Update the IRC plugin to use % to address IRC userslouiz’
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2016-06-12Fix core commands, broken in the previous commit.Emmanuel Gil Peyrot
2015-07-23Stress that the configuration file is the core of the irc pluginmathieui
Hopefully making it clearer
2015-07-21Confusing wording in IRC docFlorent Le Coz
2015-01-15Fix a bug in the IRC pluginmathieui
(forgot to add the arguments to one call)
2015-01-13Add an /irc_query command to the irc pluginFlorent Le Coz
2014-12-23Fix the irc pluginmathieui
(and fuck the scoping of python closures)
2014-12-18Fix #2543 (irc plugin doesn't authenticate properly)mathieui
Join the fake room first, then send the message to nickserv, then join initial rooms. Also add two commands and one option.
2014-03-28Also document manual plugin loadmathieui
(why wasn’t that already here?)
2014-03-28Add an IRC/biboumi pluginmathieui