Wanabepc

Wanabepc

Joined
Jan 21, 2009

Activity Stream

Wanabepc commented on a Page, Quiz script  -  Dec 16, 2009

All you have done here is rip my poll feature.... and changed some of the words.....

http://www.hawkee.com/snippet/6616/

 Respond  
Wanabepc commented on a Page, Poll Feature  -  Sep 08, 2009

Thanks for telling me that you are editing the script.

Rgds

Wanabepc

 Respond  
Wanabepc commented on a Page, Poll Feature  -  Aug 23, 2009

Thanks for the feedback!

And thanks for letting me know that you made some changes. Hope you enjoy :)

 Respond  
Wanabepc created a Page  -  Aug 20, 2009
433 

Hey all,

Wanabepc commented on a Page, Poll Script  -  Aug 20, 2009

Where is the unset for the people that have voted?

So if you make a new poll, they cant vote as it thinks they have already voted because of the last poll?

 Respond  
Wanabepc created a Page  -  Aug 20, 2009
238 

This is a Report Snippet that I have made from scratch, Its my first time of posting a snippet so go easy on me ^^. I am pretty noob at mIRC aswell so...yeah.

 Respond   mIRC  
Wanabepc commented on a Page, Away Alias  -  Jul 30, 2009

Hey nice script but you need it to be like below or it will not unset people reason for away

alias return {
  nick %orignick
  amsg 14,1[0,1 I have returned at:3,1 $time(hh:nntt) 14,1][0,1 From:3,1 %away.reason 14,1]
  unset %orignick
  unset %away.reason
  unset %away.time
  away
} 

Also if you wanted it in text commands you could use this

on *:TEXT:!away*:#: {
    set %away.time $time(hh:nntt)
    set %orignick $me
    nick (nick)
    set %away.reason $2-
    amsg 4[ $nick is now away! ]12[ Reason: %away.reason ]
    away %away.reason
  }
}
on *:TEXT:!back*:#: {
    nick %orignick
    amsg 4[ $nick has returned at: $time(hh:nntt) ]12[ From: %away.reason ]
    unset %orignick
    unset %away.reason
    unset %away.time
    away
  }
}
 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.