25 Commits

Author SHA1 Message Date
Peter Powell
b76ff64dae Enable using m_customprefix to alter core prefix modes.
This replaces the devoice module which has now been removed. If you
want users to be able to devoice themselves then you can load the
customprefix module add the following config tag:

    <customprefix name="voice" depriv="yes">

If you wish to keep identical behaviour rather than allowing users
to use "MODE #YourChannel -v TheirNick" then you can load the alias
module and add the following config tag:

    <alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick">
2017-11-06 10:55:56 +00:00
genius3000
8587df2a31 Helpop: Move extban 'U' from acting to matching 2017-10-21 18:59:24 -06:00
genius3000
2a6b5f45da Helpop: Add extban 'n' - connect class ban
Commit a54497e added m_classban, this updates the helpop files.
2017-10-21 18:56:29 -06:00
Attila Molnar
0b63ccd0b5 Merge insp20 2016-02-22 12:52:18 +01:00
Attila Molnar
3f8f2c7a0b Fix a few documentation problems
Fixes issues #1003, #1045 and #1085
2015-10-12 14:50:45 +02:00
Attila Molnar
8320bcc9df Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo
m_repeat: fix typo (similiar->similar)
2015-06-26 01:52:04 +02:00
James Lu
51b82c3c06 m_repeat: fix typo (similiar->similar)
Also update docs/ accordingly
2015-06-12 18:31:01 -07:00
Attila Molnar
f449c6b2f0 Update example configuration to say the new style module names everywhere 2015-05-20 15:20:00 +02:00
Attila Molnar
8f5efbc7aa Merge insp20 2015-04-20 17:40:12 +02:00
Renegade334
7a0e881ffe Remove non-existant extban M: from docs
extban M: has not existed since 2d732f4d in 2009...
2015-03-17 23:22:54 +00:00
Attila Molnar
fc7bd73cf5 Fix a couple of helpop issues
Fixes issue #949 reported by @webczat
2014-11-29 16:40:33 +01:00
Attila Molnar
f62654a685 Merge insp20 2014-07-25 12:05:40 +02:00
Robby-
ad2e0ef1cd Some more helpop config updates. 2014-04-12 22:18:22 +02:00
Attila Molnar
f71e6bf9cb Merge insp20 2014-04-07 13:40:51 +02:00
Attila Molnar
dcff388202 Fix typo in helpop-full that prevented it from loading and other minor helpop issues 2014-04-06 16:21:04 +02:00
Attila Molnar
883f6db55b Major example configuration and helpop update
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
2014-04-04 18:05:06 +02:00
Attila Molnar
7acb4ced20 Add m_clearchan which removes users from a channel without sending n*(n+1)/2 QUIT messages 2014-01-26 13:39:10 +01:00
Attila Molnar
e244cb2c63 Merge insp20 2014-01-21 18:44:08 +01:00
Attila Molnar
659530cbab Update example configs/helpop 2014-01-20 16:48:20 +01:00
Attila Molnar
a1d46b8bff Add m_showfile, remove cmd_rules 2013-12-18 18:01:19 +01:00
attilamolnar
1031f33333 Merge insp20 2013-08-30 13:01:10 +02:00
attilamolnar
00cd97160a Update example configs, README.md and more
- Fix typos, remove misleading information, rephrase a few sentences
- Add info about hmac-<hash> hash types
- Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK)
- Change inspircd.github.org to inspircd.org
2013-08-27 18:30:59 +02:00
Daniel Vassdal
9a470c5863 Added m_repeat - Allows for blocking of similiar messages
Changes to the original module:
- Parse settings using a sepstream, accept remote mode changes regardless of our config
- Refuse to link when config settings differ
- Style changes

All ideas and features are the brainchild and work of Daniel Vassdal
2013-06-10 23:20:31 +02:00
Peter Powell
d877be98d1 Purge the deprecated chanprotect module. 2013-04-01 10:43:12 +01:00
Peter Powell
5f6372b2f0 Reorganise configuration files:
- Example config files now end with .conf.example.
- Example text files now end with .txt.example.
- Removed 'inspircd' from the name of multiple example files.
- Added missing oper motd example file.
2013-03-02 15:50:09 +00:00