~ubuntu-branches/ubuntu/utopic/gozerbot/utopic

« back to all changes in this revision

Viewing changes to doc/plugins/NICKSERV

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2009-09-14 09:00:29 UTC
  • mfrom: (1.1.4 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090914090029-uval0ekt72kmklxw
Tags: 0.9.1.3-3
Changed dependency on python-setuptools to python-pkg-resources
(Closes: #546435) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==========
2
 
 NICKSERV 
3
 
==========
4
 
5
 
 
6
 
about
7
 
-----
8
 
9
 
 
10
 
:author:  Wijnand 'tehmaze' Modderman - http://tehmaze.com
11
 
:contact: IRCNET/#dunkbots
12
 
:website: http://plugins.gozerbot.org
13
 
:license:  BSD
14
 
 
15
 
16
 
 
17
 
description
18
 
-----------
19
 
20
 
 
21
 
authenticate the bot through (nick)services
22
 
 
23
 
24
 
 
25
 
 
26
 
27
 
 
28
 
commands
29
 
--------
30
 
31
 
 
32
 
 
33
 
1) ns-add
34
 
 
35
 
    ns-add <password> [<nickserv nick>] [<identify command>] .. add nickserv
36
 
 
37
 
    ::
38
 
 
39
 
        <user> !ns-add mekker
40
 
        <output> replacing previous configuration .. ok
41
 
 
42
 
3) ns-auth
43
 
 
44
 
    ns-auth [<botname>]
45
 
 
46
 
    ::
47
 
 
48
 
        <user> !ns-auth
49
 
        <output> ok
50
 
 
51
 
    ::
52
 
 
53
 
        <user> !ns-auth test
54
 
        <output> ok
55
 
 
56
 
3) ns-list
57
 
 
58
 
    list all nickserv entries
59
 
 
60
 
    ::
61
 
 
62
 
        <user> !ns-list
63
 
        <output> test: authenticating through NickServ
64
 
 
65
 
3) ns-send
66
 
 
67
 
    ns-send <txt> .. send txt to nickserv
68
 
 
69
 
    ::
70
 
 
71
 
        <user> !ns-send identify bla
72
 
        <output> send
73
 
 
74
 
3) ns-del
75
 
 
76
 
    ns-del <fleetbot name>
77
 
 
78
 
    ::
79
 
 
80
 
        <user> !ns-del test
81
 
        <output> ok