diff --git a/FML/plugin.py b/FML/plugin.py index 545fd4a..59c0284 100644 --- a/FML/plugin.py +++ b/FML/plugin.py @@ -82,7 +82,7 @@ class FML(callbacks.Plugin): tree.find('deserved').text)) if not self.registryValue("showInfo", msg.args[0]): - s = format('%s - %s', text, votes) + s = format('\x02[FML]\x02 %s - %s', text, votes) else: s = format('\x02#%i [%s]\x02: %s - %s %u', fmlid, category, text, votes, url)