View Single Post
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 10-21-2006 , 20:16   Re: Client Checker
Reply With Quote #6

You don't need
Code:
case 0: {      return PLUGIN_HANDLED }

switch can and will only look for cases you specify.

And if you were to use 0 for type, it will most likely be for the off/disable/etc option, so case 0 can be omitted completely.
organizedKaoS is offline