Remove some unused hooks•••The conversion to named modes in 2.1 broke the OnDelBan hook, so remove
m_timedbans (the only user) since it has been deprecated by m_timedmodes.
The other hooks (OnAddMode and OnNumeric) have never been used.
Add User::frozen to temporarily stop processing on a user•••This is useful if you want to intercept a command and do an
asynchronous lookup (an SQL query, perhaps) to determine if it should
be allowed. Without this, commands by that user could become reordered.