Author Topic: Seeing the contents of a function without viewing the file?  (Read 612 times)

Well, there are a few hard-coded functions that I need to look at, and it seems I can't get to the file to view the function. Is there a way to view the function with a console command?

No, sorry. Hard coded functions are closed source. If you want to post the functions I may be able to explain them to you, though.

The function spamalert(); (which I suspect is hard-coded) Maybe you can tell me some of the preferences and variables used here.

We don't know. It's closed source. It's 'impossible' to decompile it.

The function spamalert(); (which I suspect is hard-coded) Maybe you can tell me some of the preferences and variables used here.
I don't actually know the stuff to do with this, but if you're trying to get rid of flood you can just make it an empty function (function spamAlert() { }) or if you're making it nonadmin only you can package it and use if(%client.isAdmin) return; parent::spamAlert(%client);. I'm pretty sure the first and only variable is the client, though.

Well, I think I got a enough information.. Thankyou for helping.