KICKBAN


about


author:Bart Thate <bthate@gmail.com>
contact:IRCNET/#dunkbots
distribution:core
license:MIT

description


kickban functionality for IRC.

commands


commands in this plugin:
 ban-add .. ban-remove .. ban-kickban .. ban-list

  1. ban-add .. [handle_ban_add]

    description:arguments: <nick> - add a ban.
    permissions:OPER
    code:ban-add command.
    examples:
    <user> ;ban-add *!*@lamers.are.us
    <output> can not get userhost of *!*@lamers.are.us
  2. ban-kickban .. [handle_kickban_add]

    description:arguments: <nick> [<reason>] - add a kickban.
    permissions:OPER
    code:ban-kickban command.
    examples:
    <user> ;kickban Lam0r Get out of here
    <output> none
  3. ban-list .. [handle_ban_list]

    description:no arguments - list all bans.
    permissions:OPER
    code:ban-list command.
    examples:
    <user> ;ban-list
    <output> the ban list for #test is empty
  4. ban-remove .. [handle_ban_remove]

    description:arguments: <banlistindex> - remove a ban.
    permissions:OPER
    code:ban-remove command.
    examples:
    <user> ;ban-remove 1
    <output> none

Table Of Contents

Previous topic

JIRA

Next topic

LMGT

This Page