NICKSERV


about


author:Wijnand ‘tehmaze’ Modderman - http://tehmaze.com
contact:FREENODE/#fbf
distribution:core
license:

description


authenticate to NickServ.

commands


commands in this plugin:
 ns-send .. ns-del .. ns-auth .. ns-add .. ns-list

  1. ns-add .. [handle_nsadd]

    description:arguments: <password> [<nickserv nick>] [<identify command>] - add a bot to the nickserv.
    permissions:OPER
    code:ns-add command.
    examples:
    <user> ;ns-add mekker
    <output> replacing previous configuration
    <output> ok
  2. ns-auth .. [handle_nsauth]

    description:arguments: [<botname>] - perform an auth request.
    permissions:OPER
    code:ns-auth command.
    examples:
    <user> ;ns-auth
    <output> fleet bot testbot not found
    <user> ;ns-auth test
    <output> fleet bot test not found
  3. ns-del .. [handle_nsdel]

    description:arguments: <botname> - remove a bot from nickserv.
    permissions:OPER
    code:ns-del command.
    examples:
    <user> ;ns-del test
    <output> fleet bot test not found
  4. ns-list .. [handle_nslist]

    description:no arguments - show a list of all bots know with nickserv.
    permissions:OPER
    code:ns-list command.
    examples:
    <user> ;ns-list
    <output> testbot: authenticating through NickServ
  5. ns-send .. [handle_nssend]

    description:arguments: <txt> - send string to the nickserv.
    permissions:OPER
    code:ns-send command.
    examples:
    <user> ;ns-send identify bla
    <output> send

Table Of Contents

Previous topic

NICKCAPTURE

Next topic

NOT

This Page