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.

can someone help me

Old posts that have not been replied to for several years.
Locked
f
foxboro

can someone help me

Post by foxboro »

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.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

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 »

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"
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

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 »

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.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

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 »

aaahhh, thanks. just issued the command and then killed the bot and on restart it worked like a charm.

Thanks again
Locked