# this patch is released under the GPLv2 or a later revision at your preferance # this patch adds the abillity for an Oper with Services Admin oline to do a remote rehash # hacked up in about 5 minutes by DarkJester (Jesta@celestial-essences.net) 599c599 < if (!MyClient(sptr) && !IsNetAdmin(sptr) --- > if (!MyClient(sptr) && !IsNetAdmin(sptr) && !IsSAdmin(sptr)