" Exits the bot with the QUIT message <text>. If <text> is not given,\n"
" the default quit message (supybot.plugins.Owner.quitMsg) will be used.\n"
" If there is no default quitMsg set, your nick will be used.\n"
" "
msgstr ""
"[<Text>]\n"
"\n"
"Beendet den Bot mit der Nachricht <Text>. Falls <Text> nicht angegeben wird, wird die Standard Endnachricht (supybot.plugins.Owner.quitMsg) benutzt. Wenn es keine standard quitMsg gesetzt ist, wird dein Nickname benutzt."
#: plugin.py:366
msgid ""
"takes no arguments\n"
"\n"
" Runs all the periodic flushers in world.flushers. This includes\n"
" flushing all logs and all configuration changes to disk.\n"
" "
msgstr ""
#: plugin.py:376
msgid ""
"[<level>]\n"
"\n"
" Runs the standard upkeep stuff (flushes and gc.collects()). If given\n"
" a level, runs that level of upkeep (currently, the only supported\n"
" level is \"high\", which causes the bot to flush a lot of caches as well\n"
" as do normal upkeep stuff).\n"
" "
msgstr ""
#: plugin.py:415
msgid ""
"[--deprecated] <plugin>\n"
"\n"
" Loads the plugin <plugin> from any of the directories in\n"
" conf.supybot.directories.plugins; usually this includes the main\n"
" installed directory and 'plugins' in the current directory.\n"
" --deprecated is necessary if you wish to load deprecated plugins.\n"
" "
msgstr ""
#: plugin.py:450
msgid ""
"<plugin>\n"
"\n"
" Unloads and subsequently reloads the plugin by name; use the 'list'\n"
" command to see a list of the currently loaded plugins.\n"
" "
msgstr ""
#: plugin.py:479
msgid ""
"<plugin>\n"
"\n"
" Unloads the callback by name; use the 'list' command to see a list\n"
" of the currently loaded callbacks. Obviously, the Owner plugin can't\n"
" be unloaded.\n"
" "
msgstr ""
#: plugin.py:503
msgid ""
"{add|remove} <capability>\n"
"\n"
" Adds or removes (according to the first argument) <capability> from the\n"
" default capabilities given to users (the configuration variable\n"
" supybot.capabilities stores these).\n"
" "
msgstr ""
#: plugin.py:528
msgid ""
"[<plugin>] <command>\n"
"\n"
" Disables the command <command> for all users (including the owners).\n"
" If <plugin> is given, only disables the <command> from <plugin>. If\n"
" you want to disable a command for most users but not for yourself, set\n"
" a default capability of -plugin.command or -command (if you want to\n"
"Deaktiviert den Befehl <Befehl> für alle Nutzer (auch den Besitzer). Falls <Plugin angegen wird nur der <Befehl> von <Plugin> deaktiviert. Dieser Befehl ist das gegenteil von disable.Falls du den Befehl nur für die meisten Nutzer deaktiveren willst setze eine standard Fähigkeit -plugin.befehl oder -befehl (falls du den Befehl von allen Plugins deaktivieren willst)."
"Aktiviert den Befehl <Befehl> für alle Nutzer. Falls <Plugin angegen wird nur der <Befehl> von <Plugin> aktiviert. Dieser Befehl ist das gegenteil von disable."