Skip to content

Supybot Website

Sections
Personal tools
You are here: Home » Documentation » Official Plugins Documentation » Misc

Misc

Document Actions

Documentation for the Misc plugin for Supybot

Purpose

Miscellaneous commands.

Commands

  • apropos <string>

    Searches for <string> in the commands currently offered by the bot, returning a list of the commands containing that string.

  • help [<plugin>] [<command>]

    This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.

  • last [--{from,in,on,with,without,regexp} <value>] [--nolimit]

    Returns the last message matching the given criteria. --from requires a nick from whom the message came; --in requires a channel the message was sent to; --on requires a network the message was sent on; --with requires some string that had to be in the message; --regexp requires a regular expression the message must match; --nolimit returns all the messages that can be found. By default, the channel this command is given in is searched.

  • list [--private] [<plugin>]

    Lists the commands available in the given plugin. If no plugin is given, lists the public plugins available. If --private is given, lists the private plugins.

  • more [<nick>]

    If the last command was truncated due to IRC message length limitations, returns the next chunk of the result of the last command. If <nick> is given, it takes the continuation of the last command from <nick> instead of the person sending this message.

  • ping takes no arguments

    Checks to see if the bot is alive.

  • source takes no arguments

    Returns a URL saying where to get Supybot.

  • tell <nick> <text>

    Tells the <nick> whatever <text> is. Use nested commands to your benefit here.

  • version takes no arguments

    Returns the version of the current bot.

Configuration

  • supybot.plugins.Misc.public

    This config variable defaults to True and is not channel specific.

    Determines whether this plugin is publicly visible.

  • supybot.plugins.Misc.listPrivatePlugins

    This config variable defaults to True and is not channel specific.

    Determines whether the bot will list private plugins with the list command if given the --private switch. If this is disabled, non-owner users should be unable to see what private plugins are loaded.

  • supybot.plugins.Misc.timestampFormat

    This config variable defaults to "[%H:%M:%S]" and is not channel specific.

    Determines the format string for timestamps in the Misc.last command. Refer to the Python documentation for the time module to see what formats are accepted. If you set this variable to the empty string, the timestamp will not be shown.

  • supybot.plugins.Misc.last
    • supybot.plugins.Misc.last.nested
      • supybot.plugins.Misc.last.nested.includeTimestamp

        This config variable defaults to False and is channel specific.

        Determines whether or not the timestamp will be included in the output of last when it is part of a nested command

      • supybot.plugins.Misc.last.nested.includeNick

        This config variable defaults to False and is channel specific.

        Determines whether or not the nick will be included in the output of last when it is part of a nested command

Created by jamessan
Last modified 19:16 July 25, 2005
News
Oops!
Jun 29, 2007 @ 16:24
We need a Supybot logo!
Jan 18, 2005 @ 03:59
Recent Plugin Releases
IdleRPG 1.1.2
Jun 13, 2008 @ 04:34
QGoogle 0.2.0
Apr 30, 2008 @ 12:13
QGoogle 0.1-r1
Apr 27, 2008 @ 08:25
Ompload 1.0
Apr 11, 2008 @ 22:08
Bunneh 1.0
Mar 21, 2008 @ 21:50
 
 

Powered by Plone

This site conforms to the following standards: