My response was in reply to
so it seems that the second time /timer is called here, the alias isn't finishing
This should only trigger once, when shift+enter is pressed, but it continues to trigger repeatedly. This DOESN'T happen with the -m switch
on *:INPUT:*:{
if ($mouse.key == 4) { .timereb -h 1 1 editbox -an $1- | halt }
}
It's as though the On Input isn't finished, so $mouse.key isn't reset yet.