Advertisement
Tiago_f

Clean $hget

Dec 11th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.12 KB | None | 0 0
  1. on *:exit:{
  2.   if ($hget(topichist)) {
  3.     hdel -w topichist *
  4.     hsave -ob topichist $_tabdir(topichist.tbl)
  5.   }
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement