http://git.simp.i2p/simp/PyLink/src/branch/main/coremods/corecommands.py
__module__ == modulename : log . debug ( ' Trying to remove hook func %s ( %s ) from plugin %s ' , hookfunc , hookname , modulename ) world . hooks [ hookname ] . remove ( hookpair ) # If the hookfuncs list is empty, remove it. if not hookpairs : del world . hooks [ hookname ] # Call the die() function in the plugin, if present. if hasattr ( pl , ' die ' ) : try : pl . die ( irc = irc ) except : # But don't allow it to crash the server. log . exception ( '...