summaryrefslogtreecommitdiff
path: root/docs/conf/helpop.conf.example
AgeCommit message (Collapse)Author
2018-04-11Change some usage of "gecos" to "real name"genius3000
Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting).
2018-01-07Add user mode +z for ssl-only private messages.Shawn Smith
Closes #468.
2017-11-06Enable using m_customprefix to alter core prefix modes.Peter Powell
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-10-21Helpop: Move extban 'U' from acting to matchinggenius3000
2017-10-21Helpop: Add extban 'n' - connect class bangenius3000
Commit a54497e added m_classban, this updates the helpop files.
2016-02-22Merge insp20Attila Molnar
2015-10-12Fix a few documentation problemsAttila Molnar
Fixes issues #1003, #1045 and #1085
2015-06-26Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoAttila Molnar
m_repeat: fix typo (similiar->similar)
2015-06-12m_repeat: fix typo (similiar->similar)James Lu
Also update docs/ accordingly
2015-05-20Update example configuration to say the new style module names everywhereAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-03-17Remove non-existant extban M: from docsRenegade334
extban M: has not existed since 2d732f4d in 2009...
2014-11-29Fix a couple of helpop issuesAttila Molnar
Fixes issue #949 reported by @webczat
2014-07-25Merge insp20Attila Molnar
2014-04-12Some more helpop config updates.Robby-
2014-04-07Merge insp20Attila Molnar
2014-04-06Fix typo in helpop-full that prevented it from loading and other minor ↵Attila Molnar
helpop issues
2014-04-04Major example configuration and helpop updateAttila Molnar
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
2014-01-26Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵Attila Molnar
QUIT messages
2014-01-21Merge insp20Attila Molnar
2014-01-20Update example configs/helpopAttila Molnar
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-08-30Merge insp20attilamolnar
2013-08-27Update example configs, README.md and moreattilamolnar
- 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-06-10Added m_repeat - Allows for blocking of similiar messagesDaniel Vassdal
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-04-01Purge the deprecated chanprotect module.Peter Powell
2013-03-02Reorganise configuration files:Peter Powell
- 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.