Anope IRC Services

Anope Development => Modules => Topic started by: Mitsos on February 26, 2013, 02:28:32 PM

Title: [REQUEST]: cs_akick_added
Post by: Mitsos on February 26, 2013, 02:28:32 PM
Hello,

I wanna request for someone developer to create this module for anope 1.8.7, this module will work when a new akick added to the channel to add in the end from WHO has been added and in which DATE & TIME added.

example:

/cs akick #chan list

-ChanServ- Autokick list for #chan:
1 test!*@* (Change your nick and rejoin) - [ westor : 26 Feb 2013 16:22:00 EET ]

ON user joins in channel and is in akick list

* test was kicked by ChanServ (Change your nick and rejoin) - [ westor : 26 Feb 2013 16:22:00 EET ]

I thing this not to difficult to be done, please if someone know how please create it is VERY usefull.

- Thanks!
Title: Re: [REQUEST]: cs_akick_added
Post by: Charles Kingsley on February 26, 2013, 02:31:19 PM
I'd just use /cs akick #chan view 1

(which provides the info you want)

Unless you *really* want it in the main list command.
Title: Re: [REQUEST]: cs_akick_added
Post by: Mitsos on February 26, 2013, 02:33:03 PM
Ok with the view command, but when an user JOINS into an channel and akick used how can this be displayed to?
Title: Re: [REQUEST]: cs_akick_added
Post by: katsklaw on February 26, 2013, 03:44:04 PM
I will look into it later today. I have another module that needs updated so i will already be in the development frame of mind anyway ;)
Title: Re: [REQUEST]: cs_akick_added
Post by: Charles Kingsley on February 26, 2013, 03:49:33 PM
You edited your post after I'd replied.
Title: Re: [REQUEST]: cs_akick_added
Post by: Jan Milants on February 26, 2013, 04:03:33 PM
akicks are enforced by the code, the the akick module, it only handles the akick command which updates the internal akick list. the list itself and enforcement logic is part of the core and thus cannot be easily adapted through a module.
the only way to get the time in the kick reason, would be to simply append that string to the reason itself..
Title: Re: [REQUEST]: cs_akick_added
Post by: Mitsos on February 26, 2013, 09:11:39 PM
If modify the /cs akick add command with the reason to be added and the extra details? i don't know if this could be happen but i am sure there is and an other way to be added without any irc program code (mirc) ..
Title: Re: [REQUEST]: cs_akick_added
Post by: Mitsos on March 01, 2013, 11:50:27 AM
Or if there is any way to make it work with UnrealIRCD alias on /cs akick add command to add the above..
Title: Re: [REQUEST]: cs_akick_added
Post by: katsklaw on March 03, 2013, 11:11:38 AM
Or if there is any way to make it work with UnrealIRCD alias on /cs akick add command to add the above..

I'm sure the documentation on UnrealIRCd aliases and/or it's examples in their configuration file is the best place to check.
Title: Re: [REQUEST]: cs_akick_added
Post by: Mitsos on March 03, 2013, 09:40:03 PM
Ok thanks for help.