TokenMaster

TokenMaster

Joined
Aug 17, 2005
Occupation
Student
Location
Malta
Interests
Programming,football,girls

Activity Stream

TokenMaster commented on a Page, While Loop demonstration  -  Sep 12, 2005

AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAA

  • Break: command halted
 Respond  
TokenMaster commented on a Page, Lag Meter  -  Sep 12, 2005

cool, nice job

 Respond  
TokenMaster commented on a Page, Simple Caps Kicker (using regex)  -  Sep 11, 2005

\"user wants to \'protect\' and also if the word is under, say 5 characters, not to kick - such as LOL.\"

duh that is easy :)
It does not count numbers too...

 Respond  
TokenMaster created a Page  -  Sep 10, 2005
956 

Why putting $removecs, $isupper etc in a caps protection, when in a few lines you can code it with $regex :) Simple efficient caps protection You only have to change this line : if (%percaps >= 60) { if (%percaps >= 60) will kick a user who has 60% caps in text and more if ($len($1-) >= 15) && ($nick isreg #) { <-- This will make the caps protection take action if text`s length..

TokenMaster commented on a Page, $text (Getting various aspects of caps in text)  -  Sep 10, 2005

Thanks Tomijz

 Respond  
TokenMaster commented on a Page, Mass Modes  -  Sep 10, 2005

Yes Yoinx, it could be done shorter .. the $iif .. hmm i like the idea :)
I do it as soon as i finish my Gui Engine :)

 Respond  
TokenMaster commented on a Page, Mass Modes  -  Sep 09, 2005

anthalus, do you like it the new way ?

 Respond  
TokenMaster commented on a Page, Mass Modes  -  Sep 09, 2005

Hell yeah .. why not .. 10x for the idea..
I can include something with regex like $regex($2,/\Q+o\E/i)
Hmm it will come /mass +o
Cool i like it but didn`t come to my mind sorry :)

 Respond  
TokenMaster commented on a Page, $text (Getting various aspects of caps in text)  -  Sep 09, 2005

well, im not saying i want high scores.. im only trying to see what is wrong in my snippets .. so i can at least try to change my scripting style :)

 Respond  
TokenMaster commented on a Page, Mass Modes  -  Sep 08, 2005

by the way, i messaged you privately on mIRC .. my nick is {{CrAdLe}} .. talk to me :)

 Respond  
TokenMaster commented on a Page, Mass Modes  -  Sep 08, 2005

yeah, with else it will do ..
Well, the variables are global yeah, but they unset themselves
no need of var %nick etc ..

 Respond  
TokenMaster commented on a Page, $text (Getting various aspects of caps in text)  -  Sep 08, 2005

The one who gave me 5. Why do you not give comments and tell me what`s wrong in my snippets ? :)

 Respond  
TokenMaster created a Page  -  Sep 08, 2005
392 

/mass +v (Mass Voice) /mass +o (Mass Op) /mass -v (Mass Devoice) /mass -o (Mass Deop) Like it? I fixed the code because of some suggestions, thanks

TokenMaster commented on a Page, $text (Getting various aspects of caps in text)  -  Sep 08, 2005

Thanks xDaeMoN

 Respond  
TokenMaster created a Page  -  Sep 08, 2005
1,903 

$text snippet by {{CrAdLe}} Uses : $text($1-).caps $text($1-).lower $text($1-).perupper $text($1-).perlower

TokenMaster commented on a Page, Simple Auto Join  -  Sep 08, 2005

Thanks :)

 Respond  
TokenMaster commented on a Page, Simple Auto Join  -  Sep 08, 2005

who scored me 5 then :/ ?

 Respond  
TokenMaster commented on a Page, Simple Auto Join  -  Sep 08, 2005

what ? :/
Is there a bug for getting 5 :/ omg

 Respond  
TokenMaster commented on a mIRC Addon, AmAcros  -  Sep 08, 2005

you have to use haltdef

 Respond  
TokenMaster commented on a Page, Simple Auto Join  -  Sep 08, 2005

Sry its the first time i`m using Hawkee.com. Tought you
can have spaces in instructions hehe.

Auto Join Version 1.1
I may add something else in the future
Contact me on : sonata@thefragile.com
Pmsg me on mirc.net

  • Sry for my english -
    Uses :
    /ajoin -[a|r|c|g|d|Mg] [channel1 channel2 channel3 ...]
    /ajoin [on|off]
    /ajoin

Well, this is a very easy alias and it is self explanatory from the code
The /ajoin alias is able to do 9 functions

First Function

/ajoin -a <channel1 channel2 ...>

This will add a channel or channels to auto-join on the specified network
Don`t care of inputting a channel twice.. it will overwrite itself
All channels must have the # or % or & prefix before them, else you will get an error
CHANNELS MUST BE SEPARATED BY SPACES


Second Function

/ajoin -r

This will remove a #channel from a network
ONLY ONE CHANNEL AT A TIME CAN BE REMOVED


Third Function

/ajoin -c

Only Network Parameter is needed
It will clear all Auto-Join Channels on that specified network


Fourth Function

/ajoin -g

Only Network Parameter is needed
This will echo all auto-join channels in the specified network


Fifth Function

/ajoin -d

No parameters are needed
This will delete all the information for Auto-joining channels


Sixth Function

/ajoin on

Self-explanatory
This will make you join channels you added above on specified networks
when you connect to a network


Seventh Function

/ajoin off

Self-explanatory
This will disable the auto-join and you won`t join any channel automatically on any
network


Eight Function

/ajoin

No Parameters
This will tell you if Auto Join is Enabled or Disabled


Nineth Function

-
/ajoin -Mg

It Stands for MASS get (Get everyting in Database)
No Parameters
This will make you get the list of all networks in the database
and all their auto-join channels

Any problems, just private message me or email me on sonata@thefragile.com
YOU ARE FREE TO RIP AND ARRANGE THE CODE FOR YOUR OWN USE, BUT PLEASE
LEAVE CREDITS ALIVE. THANKS.

 Respond  
TokenMaster created a Page  -  Sep 08, 2005
653 

FOR INSTRUCTIONS ON HOW TO USE THE SNIPPET, SEE DOWN IN THE COMMENTS PART

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.