a careful warchild

a careful warchild

Joined
May 27, 2008
Occupation
Traniee Computer Technician
Location
plymouth
Website
Interests
computers, kinda new to scripting

Activity Stream

a careful warchild commented on a Page, Colorful Text  -  Feb 14, 2011

Lmfao, fail rip is fail.

 Respond  
a careful warchild   -  Feb 13, 2011

~Thanks babe.

 Respond  
a careful warchild commented on a Page, Simple !time  -  Dec 18, 2010

Or

on $*:text:/^!time\b/Si:*:{
 Respond  
a careful warchild commented on a Page, Thank on Voice/Op  -  Sep 18, 2010

Napa's right.

 Respond  
a careful warchild commented on a Page, Thank on Voice/Op  -  Sep 18, 2010

$logo ?

Not sure why you included that, as $logo isn't an identifier on most clients ;]

 Respond  
a careful warchild commented on a Page, Just a simple on join to show beginners  -  Sep 18, 2010

Whats all the big deal about where it goes as cheiron said he explained why he posted it here and thats all there is ...... Post away Cheiron and its a good post and a helpful one to new people joining and learning IRC .... Like me !!

Err? Pretty sure after napas first post you agreed with napa that it should be posted in the Forums?

Ass licking much? claps

 Respond  
a careful warchild commented on a Page, Wraith mp3  -  Sep 18, 2010

Epic fail. If you unload the script you get masspspammed by "REMAINING - Unknown command"

 Respond  
a careful warchild commented on a Page, VOICE ON AGE 1.9  -  Aug 24, 2010

i didn't do either of those for these reasons: 1. if i make it work without the !, it could kick someone for stating a number not related to their age. the ! makes it intentional. 2. if someone enters with a nick and is underage, it will blacklist the nick (even if the next person that uses that nick is of age). Thanks for the ideas though! keep em coming and give me more feedback! :)

i really hope im one of the first to employ auto update scripts bc that would be cool! :)

I agree with the no prefix. However, I've created my own age script, that uses .inis. That records the hostmask, rather than the nick. That way it'll remember who's who, and for multiple nicks, and it'll save on having to ask everyone each time they rejoin the channel.

 Respond  
a careful warchild commented on a Page, !rules (add/del/list)  -  Feb 20, 2010

Heh. Well considering that has never done it on anyone elses but yours, that proves that it's user error. :)

(21:10:38) [~Jordan] !rules
(21:10:39) [+Atmosphere] Displaying A List Of Rules For #inspircd:
(21:10:40) [+Atmosphere] 1) Respect the ops.
(21:10:41) [+Atmosphere] 2) Don't beg for ops, they will be given to you when we are ready.
(21:10:41) [+Atmosphere] End of list. 2 entry(s) displayed.
(21:10:51) [~Jordan] !rules add Smoking kills
(21:10:51) [+Atmosphere] "Smoking kills" Added as a rule by Jordan.
(21:10:53) [~Jordan] !rules
(21:10:54) [+Atmosphere] Displaying A List Of Rules For #inspircd:
(21:10:54) [+Atmosphere] 1) Respect the ops.
(21:10:54) [+Atmosphere] 2) Don't beg for ops, they will be given to you when we are ready.
(21:10:54) [+Atmosphere] 3) Smoking kills
(21:10:54) [+Atmosphere] End of list. 3 entry(s) displayed.

:) Point proved ? :D

 Respond  
a careful warchild commented on a Page, !rules (add/del/list)  -  Feb 20, 2010
alias loc return $iif($chan,$v1,$nick)

on $*:text:/^!rules\b/Si:*:{
  tokenize 32 $strip($1-)
  if ($2 == add) && ($nick isop $chan) {
    if ($3) {
      writeini rules.ini $chan $3- 
      msg $chan 4" $+ $3- $+ " Added as a rule by $nick $+ .
    }
  }
  if ($2 == del) && ($nick isop $chan) {
    if ($3) {
      if ($readini(rules.ini,$chan,$3)) {
        remini rules.ini $chan $3-
        .msg $chan 4Removed $3- from rules list.
      }
    }
    else {
      msg $chan 4No such Rule entry.
      .notice $nick 4To see the list of Rule List Entries, type !Rules <list>
    }
  }
  if (!$2) && ($ini(rules.ini,$chan,0)) {
    .msg $loc 4Displaying A List Of Rules For $loc $+ :
    var %a 1, %z $ini(Rules.ini,$chan,0)
    while (%a <= %z) {
      .msg $loc 04 $+ %a $+ $chr(41) $ini(rules.ini,$chan,%a) $readini(rules.ini,$chan,$ini(rules.ini,$chan,%a))
      inc %a
    }
    .msg $chan 4End of list. %z entry(s) displayed.
  }
  elseif ($2 == list) && (!$ini(rules.ini,$chan,0)) {
    .msg $loc 04Sorry $nick $+ , there are currently no rules for $chan $+ .
  }
}

Nac, it now works for !rules

 Respond  
a careful warchild commented on a Page, IRCOp  -  May 28, 2009

You might want to add

$iif(o isin $usermode,IRCOps Script)

So you don't get it shown up on different servers, only those of which you are oper on :P

 Respond  
a careful warchild commented on a Page, Simple !ping  -  May 28, 2009

mysterycool: The score should not be based on the lines of the said code, it should be on the use of the code and the simplicity/effectiveness. Thus meaning your score is inaccurate. Please bear this in mind when scoring other users.

 Respond  
a careful warchild commented on a Page, Op/Admin/other Popup  -  May 25, 2009
..Quarter Op:auser Quarterop $address($$1,2)

on $Quarterop:text:/!k(ick)?\b/Si:*:tokenize 32 $strip($1-) | if ($2) msg chanserv kick $chan $2 $iif($3,Reason Not Specified.) 

Would work.

 Respond  
a careful warchild commented on a Page, $dirsize  -  May 23, 2009

I swear her said you could view the directories in the different size types, GB, TB, KB & MB.

 Respond  
a careful warchild commented on a Page, $dirsize  -  May 22, 2009

Okay, stupid question, but how do I use the different properties?

 Respond  
a careful warchild commented on a Page, IRCOp Script  -  May 12, 2009

Nice, but just a thought why not add:

 $iif(o isin $usermode,Oper Commands) { 

And why not remove all the

 "/" 

You don't need them, as mIRC adds them in default :)

Other than that, nice scripting.

 Respond  
a careful warchild commented on a Page, bot mute script  -  Apr 03, 2009

Updated, finally works now, sorry for my ignorancy over this long and laborious time. But there you go :)

 Respond  
a careful warchild commented on a Page, !rules (add/del/list)  -  Mar 31, 2009

Yeah yeah yeah, i know, i haven't really had the time (or in english: i havent been assed) to correct this. sorry, might do it soon.

Meh thought about it and updated. Should work, if it doesn't, give me a shout.

 Respond  
a careful warchild commented on a Page, Deathclock  -  Mar 26, 2009

lol, good to have that cleared up.

Just spent 10 minutes looking over the script, looks good, haven't had a chance to test it yet, but for the layout, i'll give you a 4/10, when i've tested it, i'll update the rating accordingly :)

 Respond  
a careful warchild commented on a Page, Deathclock  -  Mar 26, 2009

What if your an hermaphrodite like Jonesy? What would you put then?

And the 'Smoking' part, does that cover bongs?

 Respond  
a careful warchild commented on a Page, Learn bot  -  Mar 25, 2009

updated to 8/10 as i promised :) sorry for the late reply but i haven't been on hawkee in ages lol.

 Respond  
a careful warchild commented on a Page, Rules for your channel or room V 2.0  -  Jan 25, 2009

lmao, but everyone has to start somewhere.

 Respond  
a careful warchild commented on a Page, Rules for your channel or room V 2.0  -  Jan 25, 2009
on *:text:*:#thedarkknight:{
  if ($strip($1) == !add) { msg $chan 2 add some1 2 your hop,aop, or sop type this /msg chanserv aop #roomname add username }
  if ($strip($1) == !pi) { msg $chan Your pissing off the ops I wouldn't do that if I was u becuz you will be kicked and/or banned }
  if ($strip($1) == !po) { msg $chan No politics is allowed in my room becuz it causes problems }
  if ($strip($1) == !gr) { msg $chan 2 set a greeting 4 your nick type this /ns set greet your greeting goes here }
  if ($strip($1) == !wa) { msg $chan No sharing files and/or movies is NOT ALLOWED }
}

or this :)

 Respond  
a careful warchild commented on a Page, Channel Limiter (Bot Version) v.1.2  -  Jan 22, 2009

how about using $strip to allow colour coded sentences :P

 Respond  
a careful warchild commented on a Page, $hidden - Disguise text with unicode :D  -  Jan 20, 2009

it can go in either. And we are not obliged to tell you where to put it, does your mother tell you where to go for a s h i t??

 Respond  
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.