ircd_ghostserv
Module Author: n00bie
Category: IRCd Specific
Status: Published
User Rating:
(0 Comments)
Description:
This module create a new services client/bot. The bot will take care of all NickServ GHOST's command and users will be killed by the bot instead of the default GHOST killed.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Providing commands:
/msg BotNick HELP
/msg BotNick GHOST [nick] [password]
/msg BotNick JOIN #Channel
/msg BotNick PART #Channel
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note:
All NickServ GHOST command are handled and KILLED by the Bot, so if you do not like that simply unload or unuse this module.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
INSTALLATION:
Before you load this module, you need to put these lines into your services.conf
# Module: ircd_ghostserv
#
# GSNick [REQUIRED]
# The nickname of the bot.
GSNick "GhostBuster"
# GSIdent [REQUIRED]
# The identd of the bot.
GSIdent "GS"
# GSHost [OPTIONAL]
# The vhost or hostmask of the bot.
GSHost "MyNet.Ghost.Buster.Bot"
# GSReal [REQUIRED]
# The realname of the Bot.
GSReal "/msg GhostBuster HELP"
# GSModes [OPTIONAL]
# Modes the bot will have.
GSModes "+SqB"
# GSQuitMsg [OPTIONAL]
# The bot quit msg when the module gets unloaded.
GSQuitMsg "Chasing Ghosts!"
# GSAutoJoin [OPTIONAL]
# Define this if you want the bot to automatically
# join your services log channel.
GSAutoJoin
# End of module: ircd_ghostserv
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bugs? Suggestions/Comments ... feel free ^^
Latest Module Releases
- v2.0.1 - Released: 26/03/08 (8 files)
- v2.0.0 - Released: 06/02/08 (3 files)
- v1.0.0 - Released: 23/10/06 (2 files)