summaryrefslogtreecommitdiff
path: root/plugins/marquee.py
AgeCommit message (Collapse)Author
2019-07-19plugins: Make all changed plugins work in 1:1 tabsMaxime “pep” Buquet
These were still using tabs.ConversationTab that's been replaced by Dynamic and StaticConversationTab. These class have been introduced after resource locking was removed in 1:1, because they were needed for some plugins like OTR. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-28plugins: Update use of tab.name to tab.jid where appropriateMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-15yapf -rip on pluginsmathieui
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2016-05-10Fix a crash in the marquee pluginmathieui
xml does not like ascii control chars.
2016-05-06Fix #3172 - Marquee plugin has a non-issuemathieui
2016-04-01Fix #3181 (make /marquee work in all chat tabs)mathieui
Detecting errors would be a pain though
2015-08-27Fix the timing of the marquee pluginmathieui
2015-08-27Add a marquee pluginmathieui
Using the power of last message corrections