thanks for your help so far..

excuse me, i'm new in scripting. So far the easy things like how to let mirc respond to a command, are going well.

I tried this:

on *:TEXT:*!burp*:#BalecoTest:{
var %time $asctime($ctime,HHnn)
if (%time !isnum 1859-2359) goto allowed
if (%time !isnum 0-300) goto allowed
msg $chan Gooi je dat zomaar weg $nick ?

}
the time now is 20.01 pm, so it should work, but it doesn't respond. In Mirc, it says:

* /goto: 'allowed' not found (line 4, script5.ini)

What can i do? Again thanks for so far!