summaryrefslogtreecommitdiff
path: root/plugins/dice.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-07-05Fix the dice plugin configmathieui
2016-07-05Fix #3197 (add a dice plugin)mathieui
also add some doc for the marquee plugin