mIRC Home    About    Download    Register    News    Help

Print Thread
#12244 21/02/03 03:03 AM
Joined: Feb 2003
Posts: 3
D
d3v Offline OP
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Feb 2003
Posts: 3
but at one time i thought there was an iswmcs operator, kinda like i isincs , if there wasn't iswmcs would be nice. I coded it right into a little alias the other day just like it was available, then ran it, and mirc laughed at me. So maybe it was never there.


#12245 21/02/03 03:11 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I just had a bo-peep in the Help file. Seems it iehter doesn't exist or no longer exists, which ever the case may be.

It would be a handy function for scripts, especially bots.

#12246 22/02/03 12:21 AM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
what does iswmcs do? or what would it do?



;Check for Life

if (%life == $null) {
goto getlife
}
#12247 22/02/03 12:34 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
"cs" means Case Sensitive which would mean the script will check for the right pattern of upper and lower case letters.

#12248 22/02/03 01:29 AM
Joined: Dec 2002
Posts: 349
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 349
iswmcs would be nice. There is a $wildtokcs() identifier which you could use (just use '0' for the token as you'll never handle strings with NUL in them), but iswmcs would be a lot simpler and probably more efficient.


Link Copied to Clipboard