This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Cycle Command

Old posts that have not been replied to for several years.
Locked
B
Bobby

Cycle Command

Post by Bobby »

I was wondering if anyone had a command that you can use dcc chat like .cycle #channel, and it makes the bot part the channel, then rejoin.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Either use one of the folowing commands:
1.
.dump part #channel

2.
.chanset #channel +inactive
.chanset #channel -inactive

or make an tcl script that will do that +inactive and -inactive via the "channel set" in TCL. Consult the tcl-commands.doc file for instructions and/or do a lil forum Search, cos this have been discussed before and an solution If I recall corectly had been offered.
Once the game is over, the king and the pawn go back in the same box.
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

when the bot has no ops there is a msg cmd like:

Code: Select all

/msg botnick go #channel
then it wil cycle the channel to get ops but its will cycle the channel
Locked