>  Is there at all, anyway to rename a command? I can register and    
 >derigister. But if I deregister from inside python, the python code    
 >doesnt have anyway of re-registering that external command under a    
 >diferent name. (This is for use in extending other modules via   
 >python)   
   
 There's no easy way to do this.  This is because only commands 
implemented by modules are actually registered -- the base set of commands 
are hardcoded into the server.  
   
 That's why the event hooks are there -- you can have various things 
happen when certain commands are being executed, and handle accordingly.  

Reply via email to