Code: Select all
.chanset #chan chanmode -i
Code: Select all
channel add #channel {
chanmode "+/-modes"
Code: Select all
channel add #genesisweb {
chanmode "+nt -i"
idle-kick 1
Code: Select all
channel add #genesisweb {
chanmode "+nt-i"
idle-kick 1
The command console! DCC Chat (aka Partyline).I have no idea what you mean by .chanset #chan chanmode -i
Code: Select all
channel add #genesisweb {
chanmode "+nt-i"
idle-kick 1
Code: Select all
# Do you want to enable invites (+I modes)?
set use-invites 0
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick -iw"
}
Code: Select all
.chanset #genesisweb chanmode +tn-isml
Sc00by wrote:Going into a channel with the bot already there results in the bot changing it into Invite only (and some others)
A few seconds after someone entering the room, it says:
mode: (Genesis-2) sets (+isml 1)
As before, I have no idea whats making it do this!
I'm not sure what server your bot is connected to, but unless it's Efnet or other +I compatible network, the use-invites variable has no effect nor value.Sc00by wrote:Code: Select all
# Do you want to enable invites (+I modes)? set use-invites 0
This is what your bot will do when it first connects to a server successfully. The mode "i" refered to here is a personal mode (invisible), and has nothing to do with channel modes. This procedure is also a convenient place to make the bot identify to your network's NICKSERV, if any. Hope this helpsSc00by wrote:Code: Select all
proc evnt:init_server {type} { global botnick putquick "MODE $botnick -iw" }
I'm using the efnet code running on my own linux server.awyeah wrote:In DCC (aka partyline) with the bot try:
If this doesn't give a result then that is really akward.Code: Select all
.chanset #genesisweb chanmode +tn-isml
![]()
What IRCd type are you using? btw.
DCC Chat and telnet are explained here...Sc00by wrote:whats a DCC (partyline)? is that just mIRC? thx