From 9a78dabcc2670b539b4fa075b98c3306f13fdbd1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 28 Aug 2018 15:15:04 +0100 Subject: 80 cols! --- modules/sed.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/sed.py b/modules/sed.py index 38441132..5c2d7ea4 100644 --- a/modules/sed.py +++ b/modules/sed.py @@ -16,9 +16,8 @@ class Module(object): validate=Utils.bool_or_none) bot.events.on("postboot").on("configure").on( "channelset").assure_call(setting="sed-sender-only", - replayable=True, help= - "Disable/Enable sed only looking at the messages sent by the user", - validate=Utils.bool_or_none) + help="Disable/Enable sed only looking at the messages " + "sent by the user", validate=Utils.bool_or_none) def channel_message(self, event): sed_split = re.split(REGEX_SPLIT, event["message"], 3) -- cgit v1.3.1-10-gc9f91