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.

proc

Old posts that have not been replied to for several years.
Locked
S
SniperAC

Post by SniperAC »

I want to call up a procedure some how to acton another bot like

Ex. I want to say "!k <Nick> level <1-9> <No-op>"

No-op is just a comment not a command or anything..

I wanted to bind it like this

Ex. Bind pub -|m !k Pub:A


Sorry I am a newbie at this..



<font size=-1>[ This Message was edited by: SniperAC on 2001-12-01 03:27 ]</font>

<font size=-1>[ This Message was edited by: SniperAC on 2001-12-01 03:28 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This explains you want to bind a command, and what the format for the input is.

Pretty cool if ya ask me :razz: Now whats it for?
S
SniperAC

Post by SniperAC »

Its going to be a script To interact with Chanserv As an "AOP" Command like "Access" on some servers
Its like Auto op on eggdrop But thats not verry secure so I thought that may be if I made a script to Ask Chanserv to Auto op them its secure...
I also wanted to learn .TLC for fun...
I dont want a hole script i just would like to know how to work the "proc" command ..



Ty,

_________________
SniperAC, Game~n~ with the best of the best

hypr.xanthotech.com #games #info #textbox #XanthoTech
http://www.textbox.com

<font size=-1>[ This Message was edited by: SniperAC on 2001-12-01 17:04 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You still say you want to create a command, that does this that the other.

But there is no information on exactly what you are missing, what you have and what plainly doesn't work!
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Try reading the tcl manual at tcl.activestate.com or dev.scriptics.com

It explains all about procs.
S
SniperAC

Post by SniperAC »

I know Tis will sound sad but thats all I have.. I dont know how to work the "proc" command to make it work
so I stop after "bind"...

public command "!aop <Nick> <1-9>"
Bot does "PRIVMSG Chanserv :AOP add <Nick> <1-9> "
I just need to know how to get "proc" or something else to do that..

<font size=-1>[ This Message was edited by: SniperAC on 2001-12-01 21:37 ]</font>
Locked