mIRC script [message #107716] |
Fri, 13 August 2004 12:35 |
|
Cat998
Messages: 1081 Registered: January 2004 Location: Austria, Vienna
Karma:
|
General (1 Star) Moderator/Captain |
|
|
Here are two old scripts from me, maybe someone can need them :
on *:text:*:#admgkf:{
if ($nick == admgkf) {
if (@Irc isin $2-) halt
if ([BR isin $2-) halt
if (!msg isin $1-) halt
if (host isin $1) halt
var %nick $strip($replace($1,:,))
if ($strip($1) == Loading) && ($strip($2) == level) set %map $strip($3)
if ('hi all' isin $2-) msg $chan !msg Welcome to [U-E-S] Sniperzone %nick.
if ($2 == !rules) msg $chan !msg Change to renguard to see the complete server rules
if (refill isin $2-) msg $chan !msg refill is not allowed (except no ammo)!
if (rules isin $2-) && ($2 != !rules) msg $chan !rules
if (tunnel isin $2-) {
if (%map == C&C_Complex.mix) msg $chan !msg Tunnels and field are allowed !
if (%map == C&C_Field.mix) msg $chan !msg Tunnels only, sniping on field is not allowed !
if (%map == C&C_Islands.mix) msg $chan !msg Tunnels only, sniping on field is not allowed !
if (%map == C&C_Volcano.mix) msg $chan !msg Tunnels and field are allowed !
if (%map == C&C_Canyon.mix) msg $chan !msg Tunnels and field are allowed !
if (%map == C&C_Walls_Flying.mix) msg $chan !msg Tunnels and field are allowed !
}
if ($2 == !mods) msg $chan !showmods
if ($2 == !moderators) msg $chan !showmods
if ($2 == !own) msg $chan !msg [United elite snipers] ownz u !
if ($2 == !admin) msg $chan !showmods
if ($2 == !admins) msg $chan !showmods
if ($2 == !next) msg $chan !nextmap
if ($2 == !n) msg $chan !nextmap
if ($2 == !m) msg $chan !showmods
if ($2 == !r) msg $chan !rotation
if ($2 == !irc) msg $chan !msg Our irc adress is: irc.n00bstories.com $chan
if ($2 == !website) msg $chan !msg Plz visit our website: http://www.ues-clan.de
if ($2 == !forum) msg $chan !msg Plz visit our forums: http://www.ues-clan.de/forum
if ($2 == !forums) msg $chan !msg Plz visit our forums: http://www.ues-clan.de/forum
if ($2 == !ues) msg $chan !msg Plz visit our website: http://www.ues-clan.de
if ($2 == !u-e-s) msg $chan !msg Plz visit our website: http://www.ues-clan.de
if ($2 == !clan) msg $chan !msg Plz visit our website: http://www.ues-clan.de
if ($2 == !slap) msg $chan !msg %nick slaps $strip($3)
if ($2 == !meow) msg $chan !msg %nick meows
if ($2 == !moo) msg $chan !msg %nick moos
if ($2 == !time) msg $chan !msg It's $time
if ($2 == !date) msg $chan !msg $fulldate
if ($2 == !contact) msg $chan !page %nick Support: http://www.ues-clan.de/forum mail: server@ues-clan.de
$read(members.txt, s, %nick)
if ($readn != 0 ) halt
if (wtf isin $2-) msg $chan !msg %nick got ownt!
}
}
keywordkickscript :
http://www.ues-clan.de/downloads/irc/keywordkick.zip
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
|
|
|