Hi,

Is possible detect in some way if mIRC is running under Wine?

This is what I need.

Code:
if (!$wine) { 
;; Some commands for windows only, like $com
}


Thanks