diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-10 13:13:39 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-10 13:13:39 +0000 |
commit | ddeea1fd89e2ba3f2a0f449719c8f79be791e4ea (patch) | |
tree | c938ccb7ba43e748fd75ddb69a4215c48ee08c48 | |
parent | 6f44f5afac22226b8b9a2844fdbe4c71704d6ec2 (diff) |
Reduce line length a little more
-rwxr-xr-x | bladictionary.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |