!request

By Drarqua on Apr 12, 2012

A very simple script from me and Aha2y which sends a memssage to the memoserv
when someone requests you something
Syntax : !request
And of course without these <>
Note: Check how the memoserv of your irc serv works
because the command may not be /msg memoserv send
And you may have to change it.

Regard's
Drarqua and Aha2y

on *:TEXT:!request*:#:{ 
  if ($2 != $null) {
    /notice $nick Your request is currently being reviewed ...
    /msg memoserv send $me $nick $2- }
}

Comments

Sign in to comment.
Yawhatnever   -  May 07, 2012

You might want to check to make sure $2 != $null before responding.

 Respond  
Sorasyn   -  Apr 12, 2012

Sigh..

 Respond  
Drarqua   -  Apr 12, 2012

I added your name too
Check this Aha2y :
http://www.hawkee.com/snippet/9435/

 Respond  
Jordyk19   -  Apr 12, 2012

Lol... Meh :P

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.