Skip to content
icedream edited this page Nov 20, 2011 · 3 revisions

Commands

Legend:
<abc> = needed parameter
[abc] = optional parameter

  • help
    Displays commands that are available to you.

Channel administration commands

  • mode <mode>
    Sets a mode the current channel.

  • topic <topic>
    Tells the current topic OR sets the channel's topic.

  • join <channel>
    Joins the bot to a channel

  • part <channel> [reason]
    Parts the bot from a channel

  • kick <nick> [reason]
    Kicks from the current channel for [reason], or, if [reason] is not specified, kicks user with one of the kick lines in the kicks database.

  • kicklines <add|clear|read|total> <kickmessage|(do nothing)|number|(do nothing)>
    Does various actions to the kicklines database.

Bot management commands

  • config <list|edit> [variable] [value]
    Tells current config.

  • clean
    Clears the config and kills the bot

  • reset
    Clears the config and restarts the bot

  • restart
    Restarts the bot

  • die [quitmessage]
    Kills the bot, with optional [quitmessage]

  • uptime
    Tells the time, which the bot is running now without crash or shutdown

Useful tools

  • time [<+|-><number>]
    Tells the time in GMT/UTC, with the offset you specify

BotOp commands

  • addbotop <nick> [level]
    Add a BotOp user, where nick is the nickname of the user you want to add and level is the access level of the user you want to add

  • delbotop <nick>
    Delete a BotOp user, where nick is the nickname of the user you want to delete

  • amibotop
    Tells you if you are a BotOp

  • setbotop <nick> <level>
    Sets the level of a BotOp

Module commands

  • saymodule <Path\to\csbfile.exe>
    Run a compilied CSB script(win32 apps are locked for security reasons)

Clone this wiki locally