diff --git a/plugins/AutoMode/messages.pot b/plugins/AutoMode/messages.pot index 14d0660ba..69af8f9bf 100644 --- a/plugins/AutoMode/messages.pot +++ b/plugins/AutoMode/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-06-27 12:02+CEST\n" +"POT-Creation-Date: 2012-04-19 21:37+CEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -67,3 +67,9 @@ msgid "" " will automatically ban a person when banning." msgstr "" +#: config.py:75 +msgid "" +"Determines how many seconds the bot will wait\n" +" before applying a mode. Has no effect on bans." +msgstr "" + diff --git a/src/version.py b/src/version.py index 7c611f5ec..3042fdc47 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2012-04-19T19:31:21+0000)' +version = '0.83.4.1+limnoria (2012-04-19T19:39:10+0000)'