diff --git a/evennia/game_template/server/conf/inputfuncs.py b/evennia/game_template/server/conf/inputfuncs.py index 308b6374ce..6cb226fd1e 100644 --- a/evennia/game_template/server/conf/inputfuncs.py +++ b/evennia/game_template/server/conf/inputfuncs.py @@ -26,10 +26,6 @@ as argument. """ -# import the contents of the default inputhandler_func module -#from evennia.server.inputfuncs import * - - # def oob_echo(session, *args, **kwargs): # """ # Example echo function. Echoes args, kwargs sent to it.