This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

kickban module

Discussion of Eggdrop's code and module programming in C.
Post Reply
A
AlIt0
Voice
Posts: 11
Joined: Wed Apr 14, 2010 8:09 am

kickban module

Post by AlIt0 »

Hi, how to Edit kickban modul.
In principle. Kickban
command banmask
. Kickban nick *! * Dent @ *. name.domain
. Kickban-nick *! * Dent@host.name.domain
. Kickban @ nick *! * @ Host.name.domain

I want to do it
. Kickban-nick nick! * @ *
. Kickban nick automatically detects mirc / webuser and ban them mircusers *! * @ Host.name.domain and webuser *! * Ident @ *. name.domain

Anybody have any idea.

Best regards
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

My first question would then be; Which module would that be? Link to the source?

That is, unless you are talking of the kickban dcc partyline command provided by the irc.mod module? In that case, you'd be looking at editing src/mod/irc.mod/cmdsirc.c around line 237.

Another option could be to simply write a tcl-script to either replace the .kickban command, or create a new one (say .kbnick), if you find tcl-scripting more easy then c-programming.
NML_375
A
AlIt0
Voice
Posts: 11
Joined: Wed Apr 14, 2010 8:09 am

Re

Post by AlIt0 »

Thanks a lot, but can you tell me where I can find takaf tcl, because I do not know c-programming
Post Reply