in the scarecrow module i did find hooks to channel and users messages,
"bcopy(modinfo,&ADCMod,modinfo->size);
UserMsg = HookAddPCharEx(ADCMod.handle, HOOKTYPE_USERMSG, adc_usermsg);
ChanMsg = HookAddPCharEx(ADCMod.handle, HOOKTYPE_CHANMSG, adc_chanmsg);
return MOD_SUCCESS;
"
but i did download ...
Search found 4 matches
- Wed Aug 13, 2008 7:36 am
- Forum: Unreal 3.2 Support
- Topic: need help to put this right
- Replies: 5
- Views: 5025
- Wed Aug 13, 2008 7:15 am
- Forum: Unreal 3.2 Support
- Topic: need help to put this right
- Replies: 5
- Views: 5025
Re: need help to put this right
hi thank's for your input,we don't have "privdeaf module" = thats a module to set channels to +Mm so no pm's can be sent in that channel, same as "m_blocknonalpha" by setting the channel to +y no number nicks can entre without be registered.
the only extra modules loaded are listed above .
but what ...
the only extra modules loaded are listed above .
but what ...
- Wed Aug 13, 2008 12:23 am
- Forum: Unreal 3.2 Support
- Topic: need help to put this right
- Replies: 5
- Views: 5025
Re: need help to put this right
this is what we got loaded.
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
loadmodule "src/modules/hideserver.so";
loadmodule "src/modules/netadmins.so";
loadmodule "src/modules/antirandom.so";
loadmodule "src/modules/m_scarecrow.so";
loadmodule "src/modules/m_blocknonalpha ...
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
loadmodule "src/modules/hideserver.so";
loadmodule "src/modules/netadmins.so";
loadmodule "src/modules/antirandom.so";
loadmodule "src/modules/m_scarecrow.so";
loadmodule "src/modules/m_blocknonalpha ...
- Tue Aug 12, 2008 11:09 pm
- Forum: Unreal 3.2 Support
- Topic: need help to put this right
- Replies: 5
- Views: 5025
need help to put this right
need help some one seen this on http://www.wrongway.org/?unrealmodules reading :
"ADVISORY: How to tell if your Unrealircd network is spying on you:
- Ircops: If you type /modules and you see:
*** irc.somenet.net Hooks: 3 6 7 13 15 16 17 18
If the hooks contain the number 17, then private messages ...
"ADVISORY: How to tell if your Unrealircd network is spying on you:
- Ircops: If you type /modules and you see:
*** irc.somenet.net Hooks: 3 6 7 13 15 16 17 18
If the hooks contain the number 17, then private messages ...