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.
Old posts that have not been replied to for several years.
f
foxboro
Post
by foxboro » Sat Dec 20, 2003 12:39 pm
can someone helpme with some tcl, in hich I know nothing about. How do I get the tcl to auto invite a bot to a private channel. the bot is set up in chanserv to auto op. I get invited with this in my mirc script:
msg chanserv invite #talkops
Thanks nay help is appreciated.
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Sat Dec 20, 2003 7:26 pm
use the need-* options.
.help chaninfo and
.help chanset
just for more help
.chanset #channel need-invite putserv "PRIVMSG chanserv :invite #channel"
this will make the bot invite itself if the channel is INVITE-ONLY.
Last edited by
Sir_Fz on Sat Dec 20, 2003 8:00 pm, edited 1 time in total.
f
foxboro
Post
by foxboro » Sat Dec 20, 2003 7:41 pm
Sir_Fz wrote: use the need-* options.
.help chaninfo and [/b].help chanset[/b]
just for more help
.chanset #channel need-invite putserv "PRIVMSG chanserv :invite #channel"
this will make the bot invite itself if the channel is INVITE-ONLY.
Getting this error on bot.
invalid command name ".chanset"
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Sat Dec 20, 2003 8:03 pm
this error is returned when issuing an invalid TCL command.
but chanset is a dcc-command. use it in partyline (DCC or TELNET)
f
foxboro
Post
by foxboro » Sat Dec 20, 2003 8:09 pm
but that means i have to issue the command inside the bot chat right, if so thats not what I'm looking for. I'm not always on the channel.
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Sat Dec 20, 2003 8:30 pm
No, this is an option. need-invite, means whenever the channel is INVITE-ONLY the bot needs to be invited, thus he issues the command that you set it to issue. so this is done once, and your problem's solved.
f
foxboro
Post
by foxboro » Sat Dec 20, 2003 8:37 pm
aaahhh, thanks. just issued the command and then killed the bot and on restart it worked like a charm.
Thanks again