X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Flog.py;h=e97e738f4734bd32d4e96fdf06fba6b937c579ee;hp=f3f45e707af4bcef5611a4ffebf5c02927d1a7bd;hb=54565dde76562668aac0c6949619d8db040e3f67;hpb=4ac8d44364e72dcc618b672889164eb07eeb40b5 diff --git a/sid/log.py b/sid/log.py index f3f45e7..e97e738 100644 --- a/sid/log.py +++ b/sid/log.py @@ -24,6 +24,9 @@ from .plugin import Plugin, botcmd class Log(Plugin): """Logs presence. + + The account running the bot need at least room moderation right to log + participants JIDs (fallback to nickname). """ throttle_ts = int(time())-30