Code:
If $takedump
  FlushToilet("Admin",1) 
endif  
  

Function FlushToilet($UBB_AccountID, optional $wipe)
  SHELL 'mysql -u root drop user $UBB_AccountID'
EndFunction