if ($left($1,1) == $readini(mirc.ini,text,commandchar)) && (!$ctrlenter)

That line read mirc.ini, then check what command char you have. (default is /), if the first letter you type is /, then that reurn true, and it then check so you don't have CTRL pressed, if you have the command will be sent to the channel. /say hi (if not CTRL is pressed) will send the message "hi" to the channel, press down CTRL and the whole line will be sent with the /say hi and everything.. $target = the active window..

;--------- Edit

on ^*:text:*:#:

will react on text typed by someone else, not by you..

Last edited by sparta; 23/03/09 07:59 PM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }