]> jfr.im git - solanum.git/blob - extensions/README
m_echotags: Oops...
[solanum.git] / extensions / README
1 This directory contains extensions (modules) to charybdis ircd that
2 have been contributed by other people, or written by our development
3 team. Unsupported extensions live under unsupported/.
4
5
6 Modules
7 -------
8
9 createauthonly.c - Only allow authenticated (identified) users to create
10 channels.
11
12 ip_cloaking.c - Cloak (spoof) the host for users that have umode +h.
13
14 m_42.c - The Answer to Life, the Universe, and Everything.
15 Syntax: 42
16
17 m_adminwall.c - Sends a message to all admins network-wide (umode +a)
18 Syntax: ADMINWALL :<message>
19
20 m_findforwards.c - Find channels that forward (+f) to a given channel.
21 Syntax: FINDFORWARDS <channel>
22
23 m_identify.c - Identifies to NickServ or ChanServ
24 Syntax: IDENTIFY [nick|channel] <password>
25
26 m_mkpasswd.c - MKPASSWD - generate a DES or MD5 encryption of a password
27 Syntax: MKPASSWD <plaintext> [MD5|DES]
28
29 m_ojoin.c - OJOIN - Join a channel through any modes or limits with
30 an optional status (@+)
31 Syntax: OJOIN [status]<channel>
32
33 m_olist.c - OLIST - Lists channels like LIST, but shows hidden
34 channels. Oper only of course.
35
36 m_opme.c - OPME - Allows an admin to op themselves in an opless channel
37 Syntax: OPME <channel>
38
39 m_omode.c - OMODE - Allows an admin to do all sorts of evil upon a
40 channel, sets modes with extreme prejudice
41
42 m_remove.c - REMOVE - Implements /REMOVE, which allows a channel op to
43 force-part a problematic user from a channel. Most
44 likely, you don't want this, because it is non-standard,
45 and easily worked around for autojoin purposes.
46
47 no_oper_invis.c - Disallow opers setting marking themselves as invisible
48 (+i) unless they have the hidden_oper flag.
49
50 example_module.c - An example module to be used for creating your own.
51 Syntax: TEST
52
53
54 Spy Modules
55 -----------
56
57 The following are the 'spy' parts, accessible via the +y snomask
58
59 spy_admin_notice.c - Spy on clients doing ADMIN
60 spy_info_notice.c - Spy on clients doing INFO
61 spy_links_notice.c - Spy on clients doing LINKS
62 spy_motd_notice.c - Spy on clients doing MOTD
63 spy_stats_notice.c - Spy on clients doing all STATS
64 spy_stats_p_notice.c - Spy on clients doing STATS p only
65 spy_trace_notice.c - Spy on clients doing TRACE
66
67 Note: if you have both spy_stats_notice.c and spy_stats_p_notice.c loaded
68 you will get two messages.
69
70 Snomask Modules
71 ---------------
72
73 sno_farconnect.c - Remote client connect/exit notices (snomask +F)
74 sno_globalkline.c - Global K/D/X-line activation notices
75 sno_globaloper.c - Global oper-up notices
76 sno_whois.c - Spy on clients who WHOIS you seeing idle time (snomask +W).
77
78 Extban Modules
79 --------------
80
81 extb_account.so - Account bans (+b $a[:mask])
82 extb_canjoin.so - Banned from another channel (+b $j:mask)
83 extb_channel.so - Other-channel bans (+b $c:mask)
84 extb_extgecos.so - Extended ban (+b $x:mask)
85 extb_oper.so - Oper bans (+b $o)
86 extb_realname.so - Realname (gecos) bans (+b $r:mask)
87 extb_server.so - Server bans (+b $s:mask)