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
}
Fahd_Naeem  -  Mar 28, 2013

@SunnyD, I can't post something in forums. There is something wrong with it. That's why I posted it here. Can You please help me out here?

Sorasyn  -  Mar 28, 2013

Hm perhaps Hawkee has already put restrictions on the forums. There's been a lot of spam last time I looked.

I've never used xchat or else I would help.

Sign in to comment

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.