Reset all data
; Like PC reset button ;)
alias reset {
!.timers off
!.unsetall
!.hfree -w *
!.sockclose *
}
I think this should apply to the on exit event instead...rather than enter /reset manually. But I reckon when you close mIRC, all the timers, hash tables, sockets should be off by design. Unless, of course, you have timers set for offline timer, hash tables saved...
This alias is deemed impractical, since some timers are not meant to be turned off to keep part of the code running as intended.