From ddeea1fd89e2ba3f2a0f449719c8f79be791e4ea Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Thu, 10 Dec 2015 13:13:39 +0000 Subject: Reduce line length a little more --- bladictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bladictionary.py b/bladictionary.py index a788458..d49dd43 100755 --- a/bladictionary.py +++ b/bladictionary.py @@ -386,7 +386,7 @@ def main(): #37 is for the user/hostname of Bratchbot, then take off the length of the channel name #Actually this isn't right and 412 seems to work if options.channel: - max_length = 412 - len(options.channel) + max_length = 410 - len(options.channel) else: max_length = 400 -- cgit v1.2.3