diff options
-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 |