proc start:scrim { n u h c a } {
channel add #findscrim
channel add #calscrim
}
It's not joining both channels! and i tried setting global variables like
global chan1
global chan2
and tried typing..
set chan1 "#findscrim"
in the proc
and that way, it didnt work, with both variables either, why?
Lo, i think it worked sorry lol.
But it doesn't show the bot joining the other channel because of channels modes in the channel. Thanks anyway Opposing
vigilante wrote:But it doesn't show the bot joining the other channel because of channels modes in the channel. Thanks anyway Opposing
I didn't really understand what you said, but I think you mean that the bot is not being able to join the channel due to a restriction mode. Depends on the restriction type, what you can do is:
If the channel is restricted to registered users, register your bot's nick.
If the bot can only join on invite, then you can .chanset #channel need-invite putserv "ChanServ :invite #channel $botnick" (command might differ on every network)
Same thing, if the bot is banned then set need-unban, if the channel has a key then set need-key...