mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Readd Limnoria name to default part & quit messages
This was removed in c930edd943
This commit is contained in:
parent
9570ea9fb4
commit
d080edce00
@ -56,7 +56,7 @@ conf.registerChannelValue(Channel, 'rejoinDelay',
|
|||||||
before rejoining a channel if kicked and
|
before rejoining a channel if kicked and
|
||||||
supybot.plugins.Channel.alwaysRejoin is on.""")))
|
supybot.plugins.Channel.alwaysRejoin is on.""")))
|
||||||
conf.registerChannelValue(Channel, 'partMsg',
|
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,
|
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
|
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
|
be used (they are optional in the IRC protocol). The standard
|
||||||
|
@ -51,7 +51,7 @@ conf.registerGlobalValue(Owner, 'announceFormat',
|
|||||||
$owner may be used for the username of the owner calling this command,
|
$owner may be used for the username of the owner calling this command,
|
||||||
and $text for the announcement being made."""))
|
and $text for the announcement being made."""))
|
||||||
conf.registerGlobalValue(Owner, 'quitMsg',
|
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
|
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
|
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
|
used. The standard substitutions ($version, $nick, etc.) are all handled
|
||||||
|
Loading…
Reference in New Issue
Block a user