can i get the list of channels my bot is on?
i know about "channels" command, but this would only give me the
the channels that are set in the .chan file and i need the
actual chans the bots is on at a certain momet.
even the number of channels would b gr8. something like $chan(0) of mIRC.
Actually, channels does only give the channels stored in the chan file. It doesn't mean the bot is ON the channel. The bot could be banned, in need of invite, etc. The chan could also be inactive.
Here's a proc that will return a list of all channels the bot is ON.
ty very much 4 the proc
however, isn't there any possibility i'm on a channel that isn't in the .chan file?
like, if i used .tcl putserv join #channel command then this channel isn't in the .chan file and then i won't b able 2 grab it with the proc u gave me
Eggdrop only maintains records for channels jpoined using the .+chan command.
Issuing a channel join, without telling the bot you are doing it, will only confuse it, and it will automaticaly part it. This is to stop it from being in channels it shouldn't