This is the basic perlbot functionality.\\Note that some commands can only be given by owners.\\All of these commands are only recognized in a msg to the bot (not in a public channel). quit quit\\Causes the bot to leave IRC and shut down; you can't contact the bot anymore unless the bot admin runs perlbot.pl again.\\(owners only) join join \\Causes the bot to join .\\(owners only) part part \\Causes the bot to part .\\(owners only) cycle cycle \\Causes the bot to part then immediately rejoin .\\(owners only) listchans listchans\\Returns the bot's current channels (where it is).\\(owners only) logging logging (yes|no)\\Enables (yes) or disables (no) logging for .\\Anything other than "yes" will be treated as "no".\\(owners only) status status\\Shows the status of the bot say say \\Causes the bot to say to .\\(owners only) msg msg \\Causes the bot to msg with .\\(owners only) reload reload\\Causes the bot to reload its default config file.\\(owners only) load load \\Causes the bot to load .\\(owners only) nick nick \\Causes the bot to try to change its nick to .\\(owners only) server server [:]\\Causes the bot to connect to the specified IRC server.\\Also adds the server to the bot's current list of servers.\\(owners only) redir redir \\Adds a redirect.\\Anything said in channel will be said by the bot to .\\ can be either a channel OR an irc nick.\\(owners only) delredir delredir \\Deletes a redirect.\\Specify the same 2 parameters that were used to create the redirect.\\(owners only) note note \\Leave a note for .\\ is the bot's INTERNAL name for a user, not necessarily their irc nickname (ask the bot admin if you're confused). listnotes listnotes\\Get a listing of all notes waiting for you. readnote readnote []\\By itself, shows you the oldest note waiting for you (and deletes it).\\With , shows the note with that number. op op \\Will give the user operator status in \\Requires users to be authenticated and have operator priveledges for auth auth \\Authenticates a user with the bot according to the password set in the config.\\Only authenticates the user from their host for the session of the given bot.\\See also: password, addhost addhost addhost \\Adds to the list of valid hostmasks for an authenticated user.\\This permanently adds the hostmask to the config file.\\See also: delhost delhost delhost \\Removes from the list of valid hostmasks for an authenticated user.\\This permanently removes the hostmask from the config file.\\See also: addhost hostmasks hostmasks\\Lists all your current hostmasks password password \\Sets the user's password to \\Saves this value permanently to the config file.\\See also: auth plugins plugins [(start|load|stop|unload|restart|reload) ]\\By itself, returns a list of currently loaded plugins.\\(the following subcommands are for owners only)\\start/load - load and enable \\stop/unload - unload and disable \\restart/reload - unload then load