Urza

Urza

Joined
Nov 27, 2004

Activity Stream

Urza commented on a Page, Chanserv Auto Ops For Unreal IRCd's  -  Mar 25, 2006

what the... o.O
first: Why the 2nd submenu.. which only has 1 item in it
second: Why oh WHY would you want to do each commad THREE times o.O although the second cs command wont work since you added a space.
third: /cs should really be .msg chanserv, not all servers have those aliases set up.
fourth: & doesnt show up in the menu, it see\'s it as a wildcard

 Respond  
Urza commented on a Page, Auto Join Channels  -  Mar 02, 2006

mirc 6.17 has autojoin options in the favorites dialog :P

main thing id suggest with this is when you click add, have a prompt if they havent entered anything. i clicked it a couple times thinking it wasnt working right before i realised how it worked.

 Respond  
Urza commented on a Page, !horoscope  -  Feb 25, 2006

i think he means cause your missing a : at the end. although it still seems to work without it. i always thought it was necessary.

Instead of
if ($2 isin AquariusPiscesAriesTaurusGeminiCancerLeoVirgoLibraScorpioSagittariusCapricorn) {
i\'d suggest using $istok(Aquarius|pisces|...,$2,124) or something, the way it is now will trigger on bogus things like !horoscope a or !horoscope nican lol

 Respond  
Urza commented on a Page, Windows Quick Browser(Updated!!)  -  Feb 20, 2006

@ Yoinx - i THINK that only refers to events triggered remotely not locally.
I know they work in input events as well

 Respond  
Urza commented on a Page, Extreme Protection2  -  Feb 14, 2006

just looking at the menu...
why on earth would you disable all remotes and set nick to [away] whenever you turn it off :S

 Respond  
Urza commented on a Page, Away System  -  Feb 09, 2006

noOne - the html in there worked perfectly until this time i checked the post :P

 Respond  
Urza commented on a Page, Away System  -  Feb 09, 2006

o.O what happened to the HTML lol o.O
come to check what the new comment was and its turned into reg text?

noOne:
is html for bold and until now html was always worked there.
and
do the same thing.
is actually the correct way

 Respond  
Urza commented on a Page, CFRegex  -  Feb 09, 2006

this looks very much like something taken from a larger script...

wheres the errdialog alias?
or the settings dialog?
or the $mkregex alias?
whats with the variables that are never used? %contentfilter.queries? %contentfilter.chans?

 Respond  
Urza commented on a Page, World Time Bot  -  Feb 06, 2006

nicely done :) i was planning on writing something similar to this for my bot but you just saved me the bother :P with just a few little tweaks

 Respond  
Urza commented on a Page, World Time Bot  -  Feb 06, 2006

nicely done :) i was planning on writing something similar to this for my bot but you just saved me the bother :P with just a few little tweaks

 Respond  
Urza commented on a Page, Away System  -  Feb 02, 2006

thx RoninWarrior :D

Never used the n switch Although im not sure i see where it would help in there?

 Respond  
Urza commented on a Page, Away System  -  Feb 02, 2006

HAI PC :P
Thx - i\'ll keep that in mind if i update it more

vampslim - I\'m sure thats enough for some people but i like options and overcomplicating things is fun and gives me stuff to do lol :P

Corne - It\'s at the bottom of the aliases ... i didnt just put it back in cause i noticed it musta got deleted or something.. honest :$ lol

 Respond  
Urza created a Page  -  Feb 02, 2006
1,419 

Just an away system i just finished working on and decided to submit here. Has some basic options concerning changing nicks, Auto away on idle, showing times, etc. Also allows you to set up to 7 preset away triggers with different nick changes and default away messages.

Urza commented on a Page, Your Information  -  Dec 07, 2005

the if commands for $did 18-21 arewnt checking for state.

needs to be like
if ($did(18).state) == 1)

looks kinda cool though

 Respond  
Urza created a Page  -  Dec 01, 2005
376 

A snippet that puts onotices into a seperate custom window and creates log files for them, seperate to channel logs. Set this up for a few ops in my channel, any suggestions on how to improve it are welcome. Any pointers from the more experience people hereo n how to improve it also welcome :P Since im still kinda shady on some of the things ive used in this, mainly the debug idea.Edit: Just realised..

Urza commented on a Page, Home function for your bot  -  Nov 21, 2005

actually care_taker id say even with the missing bracket his is more practical since yours wouldnt work ;)
you missed the matchtext part of the event :P

 Respond  
Urza commented on a Page, Registered User Scanner  -  Nov 16, 2005

It will only work on servers with nickserv (i think)

 Respond  
Urza commented on a Page, Registered User Scanner  -  Nov 10, 2005

Foamy - do you get any kind of errors?
Make sure you copy it into your remotes section

Raid - for your popup, if you want it to always msg the channel its scanning you can use something like:
.Scan a channel msg that channel: var %c #$$?=\"Scan channel\" | /regscan $! $!
that way you only need to enter the channel name once.

 Respond  
Urza created a Page  -  Nov 10, 2005
909 

Just a little alias i made to check which users in a channel are registered (and identified - unidentified nicks will show up as unregistered even if they are actually registered)Usage: /regscan [#channel] [#channel|nick] The first #channel is the channel to be scanned, if left out the active channel is used. The second #channel|nick refers to the channel or nick you want to send the results too...

Urza commented on a Page, Connect  -  Oct 24, 2005

you should use join instead of just j
just in case someone doesnt have that alias ;)

 Respond  
Urza created a Page  -  Sep 30, 2005
31 

Just a little alias to capitalise the first letter of each word/token Usage: $Initcaps(C,TEXT)[.Space] Eg: $Initcaps(44,one,two,three) returns One,Two,Three If the .Space property is specified the seperater token is replaced by a space Eg: $initcaps(124,one|two|three) returns One Two Three

Urza commented on a Page, Andrew's Extra Stuff  -  Sep 27, 2005

you can use /auto and /avoice to use mirc inbuilt aop and avoice system ;)

 Respond  
Urza created a Page  -  Sep 27, 2005
1,046 

nothing special, just a menu that lets you pick a ban mask from a list.

Urza created a Page  -  Sep 12, 2005
628 

Couple of simple popups for easily setting modes.

 Respond   mIRC  
Urza commented on a Page, AutoID system  -  Sep 11, 2005

thx :)

Added auto ghosting when someone uses a nick you have in the ID list

 Respond  
Urza created a Page  -  Sep 10, 2005
164 

Just a little script to help with registering and identifying nicks with nickserv

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.