Log in / create account

IRC Functions/leaveChannel

From Vice City Online Wiki

leaveChannel

Syntax: leaveChannel ( ircBot BotID, string ChannelName[] )

Parameters:

  • ircBot BotID - This is the ID which was returned with the createBot() function.
  • string ChannelName - The desired IRC channel name to leave on the server.

Returns:

  • N/A

Sample Implementation:

N/A -- nothing