Simple Service Script

Release your script here.
State:
- Author
- What it does
- Perhaps a little guide.
- Also, if the snippet is of any use to the community, it has a chance of getting posted on the main page, so don't hesitate to submit/ask!

Re: Simple Service Script

Postby SilverRain » Thu Jul 23, 2009 9:47 am

...or better yet.
Code: Select all
on  *:TEXT:*:#: { 
if ($left($1,1) == %trigger) var %c = $right($1-.-1)
elseif ($1 == $me) var %c = $2-
tokenize 32 %c
if ($1 == op && $2 ison $chan) { !mode $chan +o $2 }
}

(etc ...)

SilverRain
 

Re: Simple Service Script

Postby Zodac0de » Fri Jul 24, 2009 10:16 am

SilverRain wrote:...or better yet.
Code: Select all
on  *:TEXT:*:#: { 
if ($left($1,1) == %trigger) var %c = $right($1-.-1)
elseif ($1 == $me) var %c = $2-
tokenize 32 %c
if ($1 == op && $2 ison $chan) { !mode $chan +o $2 }
}

(etc ...)




Thanks! I'll try it out!

// $me
Zodac0de
 

Previous

Return to Mirc Scripting Release

Who is online

Users browsing this forum: No registered users and 0 guests

cron