Readd Limnoria name to default part & quit messages

This was removed in c930edd943
This commit is contained in:
James Lu 2020-01-04 11:15:14 -08:00
parent 9570ea9fb4
commit d080edce00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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