==========
 NICKSERV 
==========
| 

about
-----
| 

:author:  Wijnand 'tehmaze' Modderman - http://tehmaze.com
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license:  BSD
 
| 

description
-----------
| 

authenticate the bot through (nick)services

| 


| 

commands
--------
| 


1) ns-add

    ns-add <password> [<nickserv nick>] [<identify command>] .. add nickserv

    ::

        <user> !ns-add mekker
        <output> replacing previous configuration .. ok

3) ns-auth

    ns-auth [<botname>]

    ::

        <user> !ns-auth
        <output> ok

    ::

        <user> !ns-auth test
        <output> ok

3) ns-list

    list all nickserv entries

    ::

        <user> !ns-list
        <output> test: authenticating through NickServ

3) ns-send

    ns-send <txt> .. send txt to nickserv

    ::

        <user> !ns-send identify bla
        <output> send

3) ns-del

    ns-del <fleetbot name>

    ::

        <user> !ns-del test
        <output> ok
