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.

-/+o -/+v bk (user control)

Old posts that have not been replied to for several years.
Locked
D
DarkJFMan
Halfop
Posts: 85
Joined: Mon Dec 15, 2003 3:19 pm

-/+o -/+v bk (user control)

Post by DarkJFMan »

Well i'm looking for one, where if i type
-op DarkJFMan - it ops that nick and also send a msg nick oped
-voice DarkJFMan - voices that nick and also send a msg nick voiced...

How can i do that, I looked at this script, i didnt' quite get what it does,
http://forum.egghelp.org/viewtopic.php?t=7705 can it help me?

i could have on *:INPUT: trigger for mirc that msg the bot if that's what it meant. Thanks for your help.
D
DarkJFMan
Halfop
Posts: 85
Joined: Mon Dec 15, 2003 3:19 pm

Post by DarkJFMan »

Code: Select all

bind pub m -op pub:opnick
proc pub:opnick {nick uhost hand chan text} { putserv "MODE $channel +o $nick }
Maybe?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

search the TCL Archive, there's approximately 5 billion public op scripts there.
User avatar
K
Voice
Posts: 34
Joined: Wed Jan 28, 2004 7:31 pm
Location: Romania @sibiu
Contact:

a line

Post by K »

Code: Select all

putserv "privmsg $nick :bla bla"
Locked