NeoStats 3.0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NeoStats 3.0.1 (Default branch)
# 1  
Old 04-07-2008
NeoStats 3.0.1 (Default branch)

Image NeoStats provides unique services to IRC via loadable modules. It does not provide the traditional NickServ/ChanServ services, but instead provides services like "HostServ", which can automatically set a user's virtual host upon logging onto a IRC network, or "StatServ", which can provide detailed statistics about the network, individual servers, or channels, and produce an HTML page. It also includes a number of "Fun" services and services to assist IRC operators. Its API allows developers to extend it via C or Perl. License: GNU General Public License (GPL) Changes:
This release fixes two issues with the Inspircd module that would cause it to Gline an entire network. Channel modes are now detected correctly. A few compilation errors relating to BSD platforms and perl detection were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
POE::Component::IRC::Plugin::CycleEmpty(3pm)		User Contributed Perl Documentation	      POE::Component::IRC::Plugin::CycleEmpty(3pm)

NAME
POE::Component::IRC::Plugin::CycleEmpty - A PoCo-IRC plugin which cycles channels if they become empty and opless. SYNOPSIS
use POE::Component::IRC::Plugin::CycleEmpty; $irc->plugin_add('CycleEmpty', POE::Component::IRC::Plugin::CycleEmpty->new()); DESCRIPTION
POE::Component::IRC::Plugin::CycleEmpty is a POE::Component::IRC plugin. When a channel member quits, gets kicked, or parts, the plugin will cycle the channel if the IRC component is alone on that channel and is not a channel operator. If there was a topic or a key set on the channel, they will be restored upon rejoining. This is useful for regaining ops in small channels if the IRC network does not have ChanServ or IRCNet's +R channel mode. This plugin requires the IRC component to be POE::Component::IRC::State or a subclass thereof. METHODS
"new" Returns a plugin object suitable for feeding to POE::Component::IRC's "plugin_add" method. "is_cycling" One argument: A channel name Returns 1 if the plugin is currently cycling that channel, 0 otherwise. Useful if need to ignore the fact that the Component just parted the channel in question. AUTHOR
Hinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Plugin::CycleEmpty(3pm)