Advertisement
MERKJONES

Untitled

Jul 29th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ; setinfo fo hesh cause im da sheeeittttt
  2.  
  3. on *:START:{ hload -s setinfo $mircdir $+ setinfo.hsh }
  4. on *:DISCONNECT:{ hsave setinfo $mirdir $+ setinfo.hsh }
  5. on 1:TEXT:!setinfo*:#lawl:{
  6. if ($hget(setinfo,0).item <= 0l) {
  7. hmake -s setinfo
  8. }
  9. %fuckhead = $address($nick,2)
  10. %shittyquote = $2-
  11. hadd setinfo %fuckhead %shittyquote
  12. msg $chan Setinfo for $nick has been set to %shittyquote
  13. set % $+ $nick
  14. hsave setinfo $mirdir $+ setinfo.hsh
  15. }
  16.  
  17. on 1:JOIN:#lawl:{
  18. if ($hget(setinfo, $address($nick,2)) != $null) {
  19. msg $chan HERE IS MY FUCKING SETINFO LOLOL: $hget(setinfo, $address($nick,2))
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement