Cage

Cage

Joined
Apr 08, 2006

Activity Stream

Cage commented on a Page, Word Counter  -  Aug 18, 2007

If that\'s all you\'re using the .txt file for, it\'s useless. A simple variable would do the same thing.

on :TEXT::#: {
inc %word 1
}
on
:TEXT:.Counter:#: {
.msg $chan 11[ Has Been Said: %word Times11]
}

 Respond  
Cage created a Page  -  Aug 18, 2007
1,348 

If you don't know where to put the code, you don't need to use it.

Cage created a Page  -  Jul 31, 2007
1,144 

!uptime triggers the remote.

Cage commented on a Page, Lamer Script  -  Sep 17, 2006

It\'s meant to be funny. But that aspect of it is often missed by critics like yourselves.

 Respond  
Cage created a Page  -  Sep 09, 2006
1,122 

Fun little game. Just type put the script in remotes and type !Lamer in a channel.

Cage commented on a Page, Quote System  -  Aug 02, 2006

...

 Respond  
Cage commented on a Page, Deop, Dehalfop, Devoice Protection  -  Jul 30, 2006

The on TEXT event doesn\'t trigger for anything except !deop, !dehalfop, and !devoice. The rest of the protection is triggered by the OP,HALFOP,VIOCE/DEOP,DEHALFOP,DEVOICE events. Therefore, using only an on TEXT even would serve no purpose...

 Respond  
Cage commented on a Page, Quote System  -  Jul 24, 2006

Rating..? Maybe? Please?

 Respond  
Cage commented on a Page, Kicker+someother stuff  -  Jul 24, 2006

Yet another kicker using various \"fun\" attacks...

How many is it now?

 Respond  
Cage commented on a Page, Tinus Bot  -  Jul 22, 2006

Not too bad.

A couple pointers though.
1) You don\'t need the backslash \"/\" when the command is between the brackets.
2) You may want to change \"$active\" to \"$chan\" to ensure that it triggers on the correct channel.

And xtr... why don\'t you review the comment rules before posting anything again.

 Respond  
Cage commented on a mIRC Script, Channel Limiter (Bot Version) v1.2  -  Jul 22, 2006

Seemed fairly easy to use and understand to me.

Nice job xDaeMon.

 Respond  
Cage commented on a Page, Quote System  -  Jul 22, 2006

1) Every message said in a channel that is 20 characters or more is saved in quotes.#channel.txt. These messages are then randomly chosen and sent to the designated channel upon typing the command: !quote

2) I\'ll update it to using only one \"on TEXT\" event soon.

3) I\'m not sure how I could make the variables any cleaner than they are. heh.

 Respond  
Cage commented on a Page, Quote System  -  Jul 21, 2006

Questions? Comments? Ratings..?

 Respond  
Cage created a Page  -  Jul 20, 2006
1,260 

Quote System Commands: !quote - Displays a random quote recorded by the script. !quote info - Displays the number of available quotes. Records everything said on a channel if the length of message is greater than or equal to thirty characters. Those messages are sent to a text file. It does distinguish between different channels, and quotes the messages accordingly.

Cage commented on a Page, Channel Statistics  -  Jul 08, 2006

comments?

 Respond  
Cage commented on a Page, Cookie Jar  -  Jul 06, 2006

Updated.

Now features a guessing game:
!cookie guess start - Starts game
!cookie guess stop - Stops game

The rest is explained in once the game starts.

Note: Repaste ENTIRE code into your remotes to ensure that it works.

 Respond  
Cage created a Page  -  Jul 04, 2006

Fun little cookie jar game to keep your users entertained. Paste into the remotes section of your bot and type !cookie help to get the commands. Enjoy.

Cage commented on a Page, Randomness  -  Jun 27, 2006

on :text::#: {
if ($strip($$1) == @ $+ new8) { .write 8.txt $2- }
if ($strip($$1) == @addk) { .write k.txt $2- }
if ($1 == @ $+ k) && ($nick isop $chan) { .kick $chan $2 $read(k.txt) }
if ($1 == @ $+ kb) && ($nick isop $chan) { .ban $chan $2 | .kick $chan $2 $read(k.txt) }
}

 Respond  
Cage commented on a Page, Randomness  -  Jun 27, 2006

Haven\'t tested it but it looks like it would work fine.

Pointers:
-You don\'t need all the $+\'s in there. Pointless.
-May want to restrict the kick and kick/ban commands to certain users, like channel operators.

But all in all, not too bad.

 Respond  
Cage commented on a Page, Random Topic Styles  -  Jun 27, 2006

In your \"Authors Notes\" you tell people to type !nt when in fact the command is @nt. Might want to edit that...

 Respond  
Cage commented on a Page, Simple 8ball Snippet  -  Jun 27, 2006

http://www.hawkee.com/snippet.php?snippet_id=1692

Odd how your script is very similar to the one above...

 Respond  
Cage commented on a Page, Channel Statistics  -  Jun 04, 2006

Also included a join statistic. You may want to repaste the whole script into your remotes for this to work.

 Respond  
Cage commented on a Page, Channel Statistics  -  Jun 04, 2006

Ignore the html tags... I thought the comments supported it too. lol

 Respond  
Cage commented on a Page, Channel Statistics  -  Jun 04, 2006

Updated again.

Upon typing !chanstats, if any of the variables are $null, it will set them with the appropriate information. This way, you only have to type !reset chanstats when you want to reset all of the info at once.

 Respond  
Cage commented on a Page, Joining a chan  -  Jun 03, 2006

Actually, it resets each time you connect... heh.

 Respond  
Cage commented on a Page, Channel Statistics  -  May 30, 2006

Updated again. Feedback would be appreciated.

 Respond  
Cage commented on a Page, Channel Statistics  -  May 28, 2006

Removed some stuff... added some others.

 Respond  
Cage commented on a Page, Channel Info  -  May 25, 2006

Feedback anyone?

 Respond  
Cage created a Page  -  May 20, 2006
566 

This one uses ChanServ. So if ChanServ isn't available on your server, don't bother using this. Usage: !info [channel] Tested and working with mIRC 6.17 Hasn't been tested on any other version.

  1 Thread   mIRC  
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.