-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
111 lines (77 loc) · 2.67 KB
/
README
File metadata and controls
111 lines (77 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
My collection of znc modules.
These are built with 1.10.x.
I have altered some of the default znc modules.
autoattach
- Add SWAP command
autovoice
- Support multiple hostmask like autoop.
cert
- Print certificate in SHA1, SHA256, and SHA512.
- Allow printing certs with and without :
fail2ban
- Add columns for ID, Username, First Seen, Last Seen, Expires In
- Added Unban <ID>
keepnick
- Support MONITOR
- Read the notes at the top of the module source code.
lastseen
- Format output.
- Show "now" for currently logged in.
- Show IP address
- Update webadmin page
- You will need to overwrite your existing data/lastseen/ folder
log
- Uses older #channel_YYYYMMDD.log format.
- No support for extended-join.
sasl
- Support user.pem file in sasl folder for SASL EXTERNAL.
- There is no interface for this. Just put the file in the folder.
send_raw
- Allow non-admins to use send_raw only on themselves
- Allow admins to send fake data to ZNC
watch
- Support exempt.
- WARNING - Make a backup of your .registry file.
Custom modules
antiidle
- Resurrected from git. Uses a channel you need to add
autoaccept
- Automatically /accept known people that message you
channelurl
- Hide channelurl numeric from clients
disconnectonban
- Disconnect you from the network when you are network banned
forcehostusernames
- Force ZNC to send "CAP REQ :userhost-in-names" that is hidden
glined
- Put G-Line quits in a single window
invite
- Allow people to send channel invites
klined
- Put K-Line quits in a single window
lowercasechan
- Lowercase the channel name to your IRC client for all channel events
monitor
- Use MONITOR
myinsanity
- Counts users, channels, and networks you are on
notice
- Convert NOTICE from people on a list into PRIVMSG
partyline
- Resurrected from git.
- Multi-network support. Join partyline channel on only one network instead of all
- PRIVMSG's via /msg ?NICK are still sent to all networks
pretendclient
- Make znc disconnect/connect from irc networks like a real client
rawlog
- Raw log
roulette
- Game of roulette
shutdown
- Shutdown your ZNC remotely. Does not save config. Run at own risk.
stripinput
- Strip clientside input
striptopic
- Strip /topic message
zlined
- Put Z-Line quits in a single window