mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 18
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Apr 2003
Posts: 18
i'm lazy to look in the helpfile besides i don't know exactly where to look... the question is as followings.... is there an identifier that returns the name of the alias it was called from?



Joined: Apr 2003
Posts: 18
K
Pikka bird
OP Offline
Pikka bird
K
Joined: Apr 2003
Posts: 18
sorry for triple posting, but it just kept throwing me errors....



Joined: Apr 2003
Posts: 210
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Apr 2003
Posts: 210
No. It would be good if there was one.

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Why would any1 need such an identifier? You can pass the calling aliasname as param to the other alias/identifier?
And did I forgot to mention that the banner in your signature is annoying and doesn't fit in to these forums as your the only one using it...


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well just do like I do, when people decide to use those big/annoying banners, I just look at it as they are saying "please ignore me" so thats exactly what I do. Regardless of whether I know the answer to their question, I simply say nothing to them.

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
but how do i get my post count up then? crazy


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
You do like I just did and write a post saying "I'm not answering you unless you get rid of that annoying image" smile

Joined: Jun 2003
Posts: 114
T
Vogon poet
Offline
Vogon poet
T
Joined: Jun 2003
Posts: 114
Wow, I was gonna use a much larger one for my signature too, but the forums won't let me use HTML and I was too lazy to type the BBCode image tags. If you want to know why I can type the HTML but not the bbcode... umm.. I blame Richard Simmons.

^ Thats what I was going to use.


-------------
I am the self-appointed God of needlessly complex mIRCscript.
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Well none of the images on this thread even appear for me, so there.

Joined: Feb 2003
Posts: 309
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Feb 2003
Posts: 309
Have you ever coded in java w/JGrasp?

Basically, java lets you do a 'mini-stack-trace' of sorts, so when you mess up (like input is mangled and can't be handled) an EXCEPTION (non-critical error) is thrown, or a compile error.

You get 3 or 4 lines of code which trace what comes from where, etc etc

IE:
Error at Line 20: Type Mismatch
if (1 == "one") { }
in codeFile.class:22
codeFileReferer:23
..and so forth...

Jgrasp lets you just straight to the bad line and edit it, but anywho.

If you can't see why its useful, you cna slap me with a mullet.

Seeing what calls to your alias make it go "BLEH" is invaluable...

Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
Just as an FYI, those huge things are decidedly annoying for ppl with slow connections. *grumble*


ParaBrat @#mIRCAide DALnet
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Tell Krejt to put some kinda limit on it! PHP has the ability to scale images.

Joined: Dec 2002
Posts: 32
S
SyN Offline
Ameglian cow
Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 32
lol they are annoying for people with fast connections too para


It's only called insanity if you're poor.
I stay alive to spite those that wish me dead.
Joined: Jun 2003
Posts: 114
T
Vogon poet
Offline
Vogon poet
T
Joined: Jun 2003
Posts: 114
They are considerably less annoying in tree view. I made that sig image for another forum where everyone (literally everyone) used sigs the size of god. Mine was considered small.


-------------
I am the self-appointed God of needlessly complex mIRCscript.

Link Copied to Clipboard