Difference between revisions of "Nanobot modules"
imported>Wikiadmin (→Demo) |
imported>Wikiadmin |
||
Line 4: | Line 4: | ||
:This is the same functionality as !all voice, but not bound to $modchan. | :This is the same functionality as !all voice, but not bound to $modchan. | ||
− | ;Commands : none | + | ;Commands : ''none'' |
;Source : [http://coolfire.insomnia247.nl/modules/autovoice.pm autovoice.pm] | ;Source : [http://coolfire.insomnia247.nl/modules/autovoice.pm autovoice.pm] | ||
Line 20: | Line 20: | ||
:This module was written for UnrealIRCd with Anope services. Different IRCd's and different services may require different commands or generate different responses. | :This module was written for UnrealIRCd with Anope services. Different IRCd's and different services may require different commands or generate different responses. | ||
− | ;Commands : '''help''': Shows a brief description of the modules function. | + | ;Commands :'''help''': Shows a brief description of the modules function. |
;Source : [http://coolfire.insomnia247.nl/modules/identified.pm identified.pm] | ;Source : [http://coolfire.insomnia247.nl/modules/identified.pm identified.pm] | ||
Line 32: | Line 32: | ||
== Kick-ban == | == Kick-ban == | ||
;Description : Simple module to preform a kickban. | ;Description : Simple module to preform a kickban. | ||
− | ;Command :'''kb [nick] [*@host]''': Kickban a user. | + | ;Command |
+ | :'''help''': Shows brief usage of the module. | ||
+ | :'''kb [nick] [*@host]''': Kickban a user. | ||
;Source : [http://coolfire.insomnia247.nl/modules/kickban.pm kickban.pm] | ;Source : [http://coolfire.insomnia247.nl/modules/kickban.pm kickban.pm] | ||
Revision as of 14:24, 7 March 2011
Autovoice
- Description
- This module was created to voice everyone in a specific channel.
- This is the same functionality as !all voice, but not bound to $modchan.
- Commands
- none
- Source
- autovoice.pm
Demo
- Description
- Module to show the possible functionalities of a module and serve as a programming example.
- Commands
- help: Show available commands
- function [message]: Send a message back to the channel it was received from.
- listargs: Show a list of arguments the bot received.
- Source
- demo.pm
Identified
- Description
- This module will give voice to people who enter the channel and have identified with NickServ.
- This module was written for UnrealIRCd with Anope services. Different IRCd's and different services may require different commands or generate different responses.
- Commands
- help: Shows a brief description of the modules function.
- Source
- identified.pm
Kamikaze
- Description
- This is a module that allows users to kick someone at the price of also being kicked themself.
- Command
- help: Shows brief usage description of module.
- kick: Kick yourself and another user.
- Source
- kamikaze.pm
Kick-ban
- Description
- Simple module to preform a kickban.
- Command
- help: Shows brief usage of the module.
- kb [nick] [*@host]: Kickban a user.
- Source
- kickban.pm
Login
- Description
- Commands
- Source
- login.pm
Translate
- Description
- Commands
- Source
- translate.pm
Webchat
- Description
- Commands
- Source
- webchat.pm
Wget
- Description
- Commands
- Source
- wget.pm