summaryrefslogtreecommitdiff
path: root/plugins/dice.py
AgeCommit message (Collapse)Author
2020-05-26plugins/dice: Fix LMC (use origin id), reorganize things a bit to stop using ↵Maxime “pep” Buquet
tab.last_sent_message Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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