Anope IRC Services

Anope Development => Feature Requests => Topic started by: Trystan Scott Lee on February 04, 2006, 02:57:53 PM

Title: Add new events
Post by: Trystan Scott Lee on February 04, 2006, 02:57:53 PM
EVENT_NICK_LOGOUT  on /ns logout
EVENT_CHAN_KICK       on user being kicked out of channel
Title:
Post by: Tom65789 on February 04, 2006, 07:40:06 PM
yer that would be cool
Title:
Post by: SkaterStuff on February 04, 2006, 08:08:46 PM
that sounds kool but EVENT_CHAN_KICK sounds like it would be the same as you see it on the channel
Title:
Post by: Trystan Scott Lee on February 04, 2006, 08:13:29 PM
In a module kick messages have to be parsed to find the user and channel, with an event in the core it could pass the kick to the modules without having to hack down to find the user and channel.

I ran into this while coding channel limit module, cause if you kick a user there is no part sent so the module author has to hack down and find the user and channel.

Events system was added to make life easier on the coder
Title:
Post by: Pieter Bootsma on February 04, 2006, 08:56:45 PM
Added in r962 :)
Title:
Post by: SkaterStuff on February 05, 2006, 12:57:42 AM
kool
Title:
Post by: steven_elvisda on March 22, 2006, 03:14:39 PM
what is r962?
Title:
Post by: Pieter Bootsma on March 22, 2006, 03:45:42 PM
SVN revision 962

Or the simple way: if we say "fixed in r<something>" it means it will be included in the next release.