View Issue Details

IDProjectCategoryView StatusLast Update
0001013unrealircdpublic2003-06-01 04:08
ReporterWraith Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Product Version3.2-beta16 
Summary0001013: HOOKTYPE_LOCAL_QUIT not firing all the time
DescriptionJust something I found when attempting to write a module that depended on a call to its local quit hook func - the hook func is called when the user sends a /quit, but not when clicking the disconnect button in mIRC.

Did a bit more testing, and it doesn't fire when a /kill is issued either.

Maybe a HOOKTYPE_LOCAL_DISCONNECT should be implemented?
3rd party modules

Activities

syzop

2003-06-01 03:44

administrator   ~0002903

I think you are wrong since it gets called from exit_client() so it should see every quit.
Are you sure you are testing _local_ quits? ;)
FYI: I have a module using this and it doesn't have a problem, also tested with /kill (1 minute ago).

Wraith

2003-06-01 04:02

reporter   ~0002907

Yep, my bad.... my code *looked* correct :-)

syzop

2003-06-01 04:08

administrator   ~0002908

k :p

Issue History

Date Modified Username Field Change
2003-06-01 02:26 Wraith New Issue
2003-06-01 03:44 syzop Note Added: 0002903
2003-06-01 04:02 Wraith Note Added: 0002907
2003-06-01 04:08 syzop Status new => closed
2003-06-01 04:08 syzop Note Added: 0002908