added "INPUT" trigger (not yet documented; internal use only for now)

This commit is contained in:
Sitaram Chamarty 2012-03-30 09:30:13 +05:30
parent 906ed4cbe2
commit 0dfabe9f45

View file

@ -26,6 +26,8 @@ if ( exists $ENV{G3T_USER} ) {
_die "who the *heck* are you?";
}
trigger('INPUT');
main($id);
gl_log('END') if $$ == $ENV{GL_TID};