class CmdJoin

Defines the JOIN command. More...

Definition#include <ControlCmds.h>
InheritsCommand
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class defines a JOIN command to make the bot join a specified channel. This join is temporary, i.e. the bot will not rejoin it when it reconnects (the channel is not added to any internal lists).

Command syntax: JOIN channel

When undone, this command executes a PART command.

void execute ()
[virtual]

Make the bot join the specified channel.