diff --git a/src/conf.py b/src/conf.py index 2897141d4..abab52392 100644 --- a/src/conf.py +++ b/src/conf.py @@ -137,9 +137,9 @@ replyNotRegistered = 'You must be registered to use this command.' replyInvalidArgument = 'I can\'t send \\r, \\n, or \\0 (\\x00).' replyRequiresPrivacy = 'That can\'t be done in a channel.' replyEvalNotAllowed = 'You must enable conf.allowEval for that to work.' -replyPossibleBug = 'This may be a bug. If you think it is, please file a bug'\ - 'report at http://sourceforge.net/tracker/?func=add&group_id=58965&'\ - 'atid=489447' +replyPossibleBug = 'This may be a bug. If you think it is, please file a bug' \ + 'report at ' ### # errorReplyPrivate: True if errors should be reported privately so as not to