X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sid%2Flog.py;h=e97e738f4734bd32d4e96fdf06fba6b937c579ee;hb=54565dde76562668aac0c6949619d8db040e3f67;hp=f3f45e707af4bcef5611a4ffebf5c02927d1a7bd;hpb=b11971d184420bc764aa767664c1239e03c9ba25;p=sid.git 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