|
16.
|
|
|
[<nick>] [<network>]
Changes the bot's nick to <nick>. If no nick is given, returns the
bot's current nick.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:220
|
|
17.
|
|
|
[<channel>] [<reason>]
Tells the bot to part the list of channels you give it. <channel> is
only necessary if you want the bot to part a channel other than the
current channel. If <reason> is specified, use it as the part
message.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:237
|
|
18.
|
|
|
I'm not in %s.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:255
|
|
19.
|
|
|
<name|hostmask> <capability>
Gives the user specified by <name> (or the user to whom <hostmask>
currently maps) the specified capability <capability>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:267
|
|
20.
|
|
|
The "owner" capability can't be added in the bot. Use the supybot-adduser program (or edit the users.conf file yourself) to add an owner capability.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:287
|
|
21.
|
|
|
You can't add capabilities you don't have.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:298
|
|
22.
|
|
|
<name|hostmask> <capability>
Takes from the user specified by <name> (or the user to whom
<hostmask> currently maps) the specified capability <capability>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:303
|
|
23.
|
|
|
That user doesn't have that capability.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:315
|
|
24.
|
|
|
You can't remove capabilities you don't have.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:317
|
|
25.
|
|
|
<hostmask|nick> [<expires>]
This will set a persistent ignore on <hostmask> or the hostmask
currently associated with <nick>. <expires> is an optional argument
specifying when (in "seconds from now") the ignore will expire; if
it isn't given, the ignore will never automatically expire.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:325
|