Top

AUTHED !say script


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Jun 13, 2009
Last Updated  Jun 13, 2009
Tags  auth  say 

Description

hello, this script is made only for the lulz :)

the commands are:
!addsay <nick>
!remsay <nick>
!say <messgae>

remember to set the owner nick or the script wont works!!!

only you can auth and remove auths!

Grab the Code

on *:EXIT:hsave -o msay msay.hsh 
on *:DISCONNECT:hsave -o msay msay.hsh 
on me:*:PART:hsave -o msay msay.hsh 
on *:START:msaylist 
on *:CONNECT:msaylist 
alias -l msaylist  { 
  if (!$hget(msay)) { .hmake msay 100 } 
  if ($isfile(msay.hsh)) { .hload msay msay.hsh } 
} 
on *:text:*:#: {
  if ($nick == PUTYOURNICKHERE) {
    if ($1 == !addsay) {
      hadd -m msay $address($2,5) | notice $nick $2 is added to my sayteam list! | notice $2 you can now use "!say" script!!!
    }
    if ($1 == !remsay) {
      hdel msay $address($2,5) | notice $nick $2 has been removed from my say list successfully! | notice $2 you are no longer able to use "!Say" script!
    }
    if ($1 == !say) {
      msg # $iif($hfind(msay,$address($nick,5)), 53 $2- ) 
    }
  }
}
 

Comments

  (8)  RSS
Jethro_
Comments: 927
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 13, 2009 5:57 am
You didn't include the /hsave to save the hash table.
All the hash table info that's been added will be wiped out clean once the mirc is closed.
Blubble
Comments: 17
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 13, 2009 12:41 pm
fail
napa182
Comments: 1,686
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 13, 2009 1:41 pm
@Blubble instead of saying fail, why dont you tell him what he can do to fix it.

it seems kinda pointless to just comment fail maybe they forgot to include the hsave , hload , an hmake. you never know.
nikooo777
Comments: 10
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 13, 2009 2:18 pm
oh yeah! aww i forgot it Oo damn... gonna add it right now! thx mates

E: done hope it is right...
Blubble
Comments: 17
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 14, 2009 4:14 am
It was not really that I commented napa. I commented the failness of the idea of the script. But the other part (with the hash table) also fails... or did :).
nikooo777
Comments: 10
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 14, 2009 6:24 am
... mate this is a fun script not a professional script... open your eyes
PATX
Comments: 387
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 14, 2009 6:00 pm
could use
Code:

on *:text:~say*:?: { msg $2 $+(%,$3-, }

then the trigger would be ~say <what to say here>

example:

<all_of_da_world> ~say patx is awesome.
<some__mirc__bot> %patx is awesome

note the % is good so ppl cant do like /cs op crap. sort of a protection. also if u want to verify just use userlevels. eg "on 10:text:.....".
Blubble
Comments: 17
 
mIRC Snippet:  AUTHED !say script
Posted on Jun 18, 2009 12:13 pm
@Nikooo777: Whos talking about professional, and also, I don't see whats some fun about this script.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom