Fahd_Naeem

Fahd_Naeem

Joined
Mar 13, 2013

Activity Stream

Fahd_Naeem   -  Mar 13, 2013

Greetings Everyone!
I would like these 2 scripts to be converted from mIRC to xchat which I'm using currently.

1st Script: http://www.hawkee.com/thread/88990

on *:action:*slap*:#: {
  var %slap-excludes = #help,#suppport
  if (!$istok(%slap-excludes,$chan,44)) {
    if ($me isin $1-) {
      inc %anti
    describe $chan dodges! $+([Slaps Dodged:,%anti,]) }
  }
}

2nd Script: http://www.hawkee.com/thread/5906

on *:connect:{ set %a $me }
on *:nick:{ 
if ($nick == $me) set %a $me
}

on *:Action:*slaps $me*:*:{ 
if ($chan == $null) set %n $nick 
else set %n $chan
msg %n $nick has just attempted to slap me! 
describe %n dodges $nick\'s slap and counter-attacks $nick
}
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.