summaryrefslogtreecommitdiff
path: root/plugins/irc.py
AgeCommit message (Collapse)Author
2019-04-28plugins: Update use of tab.name to tab.jid where appropriateMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81
2019-04-08Fix tab.name not being a string by calling the right propertyMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-23Fix /irc_query in the IRC pluginmathieui
2018-08-15yapf -rip on pluginsmathieui
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