Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | Change all “not … in …” into “… not in …”. | Emmanuel Gil Peyrot | |
2016-09-20 | Update the IRC plugin to use % to address IRC users | louiz’ | |
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6 | |||
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2015-07-23 | Stress that the configuration file is the core of the irc plugin | mathieui | |
Hopefully making it clearer | |||
2015-07-21 | Confusing wording in IRC doc | Florent Le Coz | |
2015-01-15 | Fix a bug in the IRC plugin | mathieui | |
(forgot to add the arguments to one call) | |||
2015-01-13 | Add an /irc_query command to the irc plugin | Florent Le Coz | |
2014-12-23 | Fix the irc plugin | mathieui | |
(and fuck the scoping of python closures) | |||
2014-12-18 | Fix #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-28 | Also document manual plugin load | mathieui | |
(why wasn’t that already here?) | |||
2014-03-28 | Add an IRC/biboumi plugin | mathieui | |