From d080edce000ea0e7f836dbe2fc4b75c22d854d7e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 4 Jan 2020 11:15:14 -0800 Subject: [PATCH] Readd Limnoria name to default part & quit messages This was removed in https://github.com/ProgVal/Limnoria/commit/c930edd9430178acb1da955997b74a411f451e43 --- plugins/Channel/config.py | 2 +- plugins/Owner/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Channel/config.py b/plugins/Channel/config.py index 169543ef0..0c60e4a3a 100644 --- a/plugins/Channel/config.py +++ b/plugins/Channel/config.py @@ -56,7 +56,7 @@ conf.registerChannelValue(Channel, 'rejoinDelay', before rejoining a channel if kicked and supybot.plugins.Channel.alwaysRejoin is on."""))) conf.registerChannelValue(Channel, 'partMsg', - registry.String('$version', _("""Determines what part message should be + registry.String('Limnoria $version', _("""Determines what part message should be used by default. If the part command is called without a part message, this will be used. If this value is empty, then no part message will be used (they are optional in the IRC protocol). The standard diff --git a/plugins/Owner/config.py b/plugins/Owner/config.py index fdd125bb8..fc42d31f4 100644 --- a/plugins/Owner/config.py +++ b/plugins/Owner/config.py @@ -51,7 +51,7 @@ conf.registerGlobalValue(Owner, 'announceFormat', $owner may be used for the username of the owner calling this command, and $text for the announcement being made.""")) conf.registerGlobalValue(Owner, 'quitMsg', - registry.String('$version', """Determines what quit message will be used by default. + registry.String('Limnoria $version', """Determines what quit message will be used by default. If the quit command is called without a quit message, this will be used. If this value is empty, the nick of the person giving the quit command will be used. The standard substitutions ($version, $nick, etc.) are all handled