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.

Script That Makes Bot Join a Channel From DCC?????

Old posts that have not been replied to for several years.
Locked
E
EdGei2000

Script That Makes Bot Join a Channel From DCC?????

Post by EdGei2000 »

Anyone know of any script like this?
If anyone knows of any, please let me know. Thanks

EdGei 8)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Yah.. see .help +chan
Once the game is over, the king and the pawn go back in the same box.
E
EdGei2000

Post by EdGei2000 »

Nope, not what I want.

Thanks anyway. I'll stick with what I use
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

got it for channel and msg as well if you need it let me know ;)
also where [lindex $arg 1] is thats for channel modes, didn't complete it yet read the manual about it ;)

Code: Select all

bind DCC m join join:dcc

proc join:dcc {hand idx arg} {
  putdcc $idx "Bot is joining [lindex $arg 0].."
  channel add [lindex $arg 0] [lindex $arg 1]
  putdcc $idx "Succesfully joined [lindex $arg 0]"
}
XplaiN but think of me as stupid
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

How could .+chan NOT be what you want? It's exactly what you requested. Perhaps you should refine your request then.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

Script That Makes Bot Join a Channel From DCC?????
NOT command to make it join :p i know i know its rediculess but it has a reason i think i think he wants to write a script or something like !join in channel or combine it with orther stuff and then +chan doesn't work you need to use channel add .. ;) he he but indeed he should be little more specific.
XplaiN but think of me as stupid
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

That still doesn't explain his need for a script.

.+chan is a user-interface to the channel add command, nothing more or less.

Your script provides nothing more of less functionality than allready provided. Allthough, it does present a few security issues.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

i know, but he asked for a script not a command like he sad not what he needed .. don't want to be rude .. just saying what is written

oh well if he wants a script its so simple and small what the hell give him a script .. other happy custumer ... lol
XplaiN but think of me as stupid
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

then what did he mean by "From DCC" ?

only thing i can think of is a .command
photon?
Locked