Trigger: fix parenthesis in config.

master
Valentin Lorentz 2011-06-23 17:06:47 +02:00
parent af1a55c170
commit dfcc2aeaa8
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ for trigger in 'join part privmsg notice'.split(' '):
conf.registerGlobalValue(Trigger.triggers, 'connect',
registry.String('', _("""Command trigger on connect. This shouldn't be
a Supybot command, but an IRC command (as given to ircquote).""",
private=True)))
a Supybot command, but an IRC command (as given to ircquote)."""),
private=True))
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: