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.

Channel Cycling.

Old posts that have not been replied to for several years.
Locked
M
Melchiah

Channel Cycling.

Post by Melchiah »

I have a really simple question, that despite my best efforts, I have no been able to find an answer for.

My question is this:

Say I'm configuring new channel settings on DalNet, or adding a new bot to the SOP list for my channel (On DalNet)...is there a command I can issue to my bots to make then cycle all the channels they're on, without having to restart them completely?

I know that when a bot loses it's ops and it's the only "person" in the room, it'll cycle the channel to get it back. How can I make the bot cycle the channel myself? (Hopefully this can be done aside from .restart and outright kicking it from the channel, lol.)

Thanks
Melchiah
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

Is the bot set +cycle for that channel? If it is, it should be doing it automagically. In case your not sure. switch the console via partyline to that channel and type .chanset +cycle . There has also been times, because they 'cycle' out of 'order', that a channel with 3 or more bots must have some of the bots .-chan or killed off. I have had a small channel of 4 bots cycle for hours without hitting it just right. Maybe some of the experts here have a better method or suggestion.
d
dotcomUNDERGROUND

part-join

Post by dotcomUNDERGROUND »

Are you just willing to do a manual part-join?
if so..

to part the chan.. without forgettion the user list.. ban list..setting..
.chanset #chan +inactive
to rejoin the channel
.chanset #chan -inactive
if u want to do join parts periodically... u might need 2 write a script to perform these commands.
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

If .tcl is enabled putserv "PART #chan" should do the trick, since the channel record still exists it will (should) rejoin.
Locked