mIRC Home    About    Download    Register    News    Help

Print Thread
#47544 06/09/03 01:46 AM
Joined: Jun 2003
Posts: 32
Ameglian cow
OP Offline
Ameglian cow
Joined: Jun 2003
Posts: 32
Sorry for being an antfucker here, but why were some help topic names like 'if-then-else' removed?

I used to do /help if-then-else, the if-then-else help would popup and I'd be happy, but now I need to do something else, like /help /if, my life is complete no more.. confused

#47545 06/09/03 11:58 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
In this case it actually makes sense as the term "then" is not used in mIRC scripting. Even though you could still call it a if-then-else, it's not exactly correct.

#47546 06/09/03 04:50 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Yeah well seeing as how, again, many tutorials will say type /help if-then-else for the sake of consistency, it should still be there. I agree it's not the best choice of words, but have you ever seen someone come here saying, I tried:
if ($1 isnum) then {
.....
}

I've never seen anyone confused by it before. Just seems like there really wasn't any reason to remove it.

#47547 07/09/03 04:45 AM
Joined: Sep 2003
Posts: 149
S
Vogon poet
Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
The if-then-else help is still there. You just need to type /help /if

I hope this helps.

Last edited by Stealth; 07/09/03 04:45 AM.

mIRC 6.21 - Win XP Pro (SP2) - 2.4 Ghz - 1 GB Mem
irc.x-tab.org
#47548 07/09/03 06:57 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

You just need to type /help /if

He already said he'd have to do that, if you had read..
WatchMinister, why don't you do something like:
Code:
alias help {
  if ($1 == if-then-else) { help /if }
  if ($1-) { help $1- }
  if (!$1-) { help }
}

Just a suggestion. smile


Link Copied to Clipboard