|[Arkham]|

|[Arkham]|

Joined
Jun 09, 2009
Location
indonesia

Activity Stream

|[Arkham]| commented on a Page, Login Bot  -  Jun 14, 2009

if u wanna dynamic nick can control the bot then i suggest you try storing users ips on level

on *:text:*:?:{
  if ($level($wildsite) != admin) {
    if ($strip($1) == login) {
      auser admin $wildsite
      .msg $nick Ready ! for help typing command
    }   
  }
  else {
    if ($1 == command) {
      "respond command text "
    }
  }
}
 Respond  
|[Arkham]| commented on a Page, Msg Chan Script  -  Jun 13, 2009

didnt get it at all.. what this snippet meant to?
more words on description section please... and very need of fix

 Respond  
|[Arkham]| commented on a Page, Login Bot  -  Jun 13, 2009

or you can do this way

on *:text:*:?:{
  if ($level($nick) != admin) { 
    if ($strip($1) == login) { 
      auser admin $nick
      .msg $nick Ready ! for help typing command 
      .timerr 1 1800 ruser admin $nick 
      .timern 1 1801 notice $nick you`ar now logout 
    }   
  }
  else {
    if ($1 == command) {
      "respond command text "
    }
  }
}
 Respond  
|[Arkham]| commented on a Page, Rape Counter  -  Jun 13, 2009

yeah napa182.. once again we see regex can make it more simple.
afterall.. this snippet its getting more like action revenge.. lol.

 Respond  
|[Arkham]| commented on a Page, Rape Counter  -  Jun 13, 2009

why bother using alias "rape" and "sex" ? i didnt get it.. do you mean we can use to make action to some nick with that alias? more words on description section please.

@WorldDMT:yours only read the first word.

if ($istok(sex.rape,$strip($1),46)) && ($2 == $me)  

because the author using asterisk ond word "sex" and "rape" then

 if (*sex* iswm $1-) || (*rape* iswm $1-) { if ($2 == $me) { respond command } } 
 Respond  
|[Arkham]| commented on a Page, Login Bot  -  Jun 13, 2009
on *:text:*:?:{
  if ($strip($1) == login) { auser admin $nick | msg $nick Ready ! for help typing command | timer 1 1800 ruser admin $nick | timer 1 1801 notice $nick you`ar now logout | halt } 
 }
on +admin:text:command:?:{
"respond command text "
}

in that way only user that have "admin" levels can use the bot.. because i see you were adding "admin" levels to nick at the "login" privmsg.

 Respond  
|[Arkham]| commented on a Page, netsplit detector  -  Jun 13, 2009

@k0ji: usually i use a separate group for this snippets.. so it only announcing once in a period of times.. here the example

#split on
on *:quit:{
  if ($network isin $1) && ($network isin $2) {
    var %c $chan(0)
     while (%c) {
      var %m 14,1 °15 S14erver 15S14plit 15D14etected 15B14etween: $1 15A14nd $2 14°
      msg $chan(%c) $iif(c isincs $chan(%c).mode, $strip(%m) , %m ) 
      dec %c
    }
    .disable #split | .timersplit 1 90 .enable #split
  }
}
#split end

as we see above i put a timer 90 sec interval. so this snippets only announcing split to all chans in 90 sec interval

 Respond  
|[Arkham]| commented on a Page, netsplit detector  -  Jun 12, 2009

PunkTuReD: thats what im talking about.. since /amsg didnt specify target channell then we must use /msg in looping

 Respond  
|[Arkham]| commented on a Page, netsplit detector  -  Jun 12, 2009

thanks but /.amsg didnt specify a target channel.. so the snippets cant checking the target channel mode.

 Respond  
|[Arkham]| commented on a Page, Help Channel Relay Script  -  Jun 11, 2009

use token identifier on line "set %nicks %nicks $nick(%helpchan,%x,r)"

%nicks = $addtok(%nicks,$nick(%helpchan,%x,r),32)

 Respond  
|[Arkham]| commented on a Page, Anti Op { permanet }  -  Jun 11, 2009

WorldDMT: yeah thats what im talking about.. i mean its better to put cs deop command only on op event.. in that way script can make sure that nick were about to be deopped is in an op`s state..

 Respond  
|[Arkham]| commented on a Page, netsplit detector  -  Jun 11, 2009

the idea is set -u0 but i think using local var is good idea too.. the "isincs" operator were a good idea too.. just figure it out here.. thank WorldGMT, ill fix it..

 Respond  
|[Arkham]| commented on a Page, Anti Op { permanet }  -  Jun 11, 2009

i see u use mode -o $opnick as the deop command. instead use "on *:OP:#" i think more wisely if u use "on @:OP:#" so firstly script will make sure that u were an op in channel before you set -o mode on the $opnick
since only an op`s can set mode -o on some nick

on *:JOIN:#:if (%CAnti) cs deop # $v1 is this event really works? i mean what if the nick that join not have an op?

 Respond  
|[Arkham]| created a Page  -  Jun 11, 2009

description: netsplit detector. action: msg all channel that u were on.. announcing the split server.

|[Arkham]| commented on a Page, convert asc to chr  -  Jun 11, 2009

ok already fix it.. ^_^

 Respond  
|[Arkham]| commented on a Page, convert asc to chr  -  Jun 11, 2009

jonesy44: thanks man.. yeah just figured out that the %data var is useless..
napa182: nice line bro.. i see regex is very interesting since it can simplifying many line into one line..

 Respond  
|[Arkham]| commented on a Page, anti inviter/spam  -  Jun 11, 2009

well.. thx for the comments guys really appreciated here..
Jethro_ yeah ive just starting to learn regex here.. basicly i can use "isin" operator. like if (www. isin $1-).. im still learing to use $regex.. but thanks ..
napa182: yeah /ban -k is very good idea im just figure it out.. thanks..
jonessy44 on next version maybe i`ll add a an asterisk () wildsite so any symbol following http like "http" so the script will be read more "flexible" .. thanks

 Respond  
|[Arkham]| created a Page  -  Jun 10, 2009
1 278 

ASCII stands for American Standard Code for Information Interchange. //echo -a $chr(64) it will display @ and if you type //echo -a $asc(@) it will display 64.

|[Arkham]| created a Page  -  Jun 10, 2009
1,218 

description : anti spammer ( update ) action : ban and kick target nick (if u were op and target nick were same channel with you) this simple snippet trigger when somebody/some nick privmsg you with words "http.*" and "www." just simply load it into your remote script.

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.