mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2005
Posts: 15
M
Montana Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Aug 2005
Posts: 15
on *:action:*:#: {..}
not dedect all action frown
im using Debug

but very memory usage
simple
Debug window result
( 16:46:39 ) <xx> <- :tester!~java@212.156.181.dk862= PRIVMSG #text :ACTION 
( 16:46:39 ) <xx> <- :tester!~java@212.156.181.dk862= PRIVMSG #text :ACTION 
( 1:46:40 <xx> <- :tester!~java@212.156.181.dk862= PRIVMSG #text :ACTION 

not dedecting by action events
please helpme
Code:
alias actiondedect {
  if (!$window(@debug)) { debug -n @debug }
  var %x $line(@debug,0)
  if (ACTION  isin $line(@debug,%x)) {  
    Scan_  $gettok($gettok($line(@debug,%x),2,58),1,33)

  }
}
alias Scan_  { 
  var %x = 1
  while (%x &lt;= $comchan($1,0)) { 
    /kline $1 Java Action Protection
    inc %x
  } 
}

  

confused confused confused

Last edited by Montana; 13/08/05 05:21 AM.
Joined: Aug 2005
Posts: 15
M
Montana Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Aug 2005
Posts: 15
using whoever ConferenceRoom Java alpet /me press Space bar

send action active window \query\channel. here as no problem
only see action java user is not show/dedecting mIRC on *:action:*:*: event here as promlem noneexsistent

hardly using KEYTEX Program or repeat and Flood command /me spacebar chr(32)
flooding only java user
operators ever if bilind \ not see /me actions
please helpme, Writing this promlem for Flood protection
frown frown frown

Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
Put this in your remotes section
alias emptyaction {
echo $1-
if (* :ACTION  iswm $1-) {
tokenize 32 $1-
ban -k $4 $gettok($remove($2,:),1,33) 3 Sending empty actions huh
}
return $1-
}

then type this in editbox, or put it in perform on on LOAD event
/debug -i nul emptyaction


It's not ideal, but it works...

Joined: Aug 2005
Posts: 15
M
Montana Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Aug 2005
Posts: 15
Quote:
Put this in your remotes section
alias emptyaction {
echo $1-
if (* :ACTION  iswm $1-) {
tokenize 32 $1-
ban -k $4 $gettok($remove($2,:),1,33) 3 Sending empty actions huh
}
return $1-
}

then type this in editbox, or put it in perform on on LOAD event
/debug -i nul emptyaction


It's not ideal, but it works...

yes i know thank you but i only want to see ACTION AVENTs messages in Debug Window in dont want to see other, Because when you join more than 10 channel that time Debug window was make harder to mIRC Programs.
give me emergency help please. Thank you

Joined: Aug 2005
Posts: 128
S
Vogon poet
Offline
Vogon poet
S
Joined: Aug 2005
Posts: 128
Code:
alias getdebug {
  if ($regex(ircrfc,$1,/^&lt;- :(\S+) (\S+) (\S+) :(.+)$/)) {
    if ($regex(abc,$regml(ircrfc,4),/^\001ACTION(?:\s?)(.+)?\001$/)) echo -tlrmc action $regml(ircrfc,3) * $nick($regml(ircrfc,3),$gettok($regml(ircrfc,1),1,$asc(!))).pnick $regml(abc,1)
  }
}
alias startnewaction .debug -i nul getdebug
on ^*:action:*:*:halt
ctcp ^*:action:*:halt

This works perfectly

Last edited by stefys99; 14/08/05 12:11 AM.
Joined: Aug 2005
Posts: 15
M
Montana Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Aug 2005
Posts: 15
thannnnnnnnnnnnkkkkkkkkkkkkkkkkkkk youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu veeeeeeeeeeryyyyyyyyyyyyyyyyyyyyyyy muchhhhhhhhhhhhh

goooooooddd code verrrrr goooddd

i love you frienddddd smile)))))
goood work perfect smile


Link Copied to Clipboard