Odin Server side manner

hemagx

Administrator
Messages
249
Points
28
Discord
Ema
IRC Nickname
Ema
Github
hemagx
File Name: Odin Server side manner

File Submitter: hemagx

File Submitted: 17 Jan 2014

File Category: Plugins

~ Hello

Here's my Server side manner based on ind one with more advanced options.

~ Features

-- For Full Version

  1. it uses regular expressions
  2. Option to bypass by GM Level or Group Permission or by using special Variable
  3. Auto mute

-- Full Lite Version

  1. it uses regular expressions
  2. Option to bypass by Group Permission
  3. eh.. yep nothing else that why it's LITE

~ How to install

  1. Download the File
  2. Copy manner.c to "src/plugins"
  3. Copy the config files to "conf/plugin"
  4. Follow usual installation guide


~ How to customize

To change plugin options you can check "conf/plugin/manner.conf " ( Not Available in Lite Version )

To add more words to the filter you can add it to "conf/plugin/manner.txt"

~ useful information

you can know more about regex from : http://www.regular-e...quickstart.html

you can also test your regex and write your regex by this useful tools : http://www.rubular.com or http://regexp-evaluator.de/evaluator/ or http://www.weitz.de/regex-coach/ or http://regex101.com/

you have to know that one wrong regex can make no one able to talk.

~ Credits

  • Haruna
  • Ind
  • Hemagx


~ Changelog

  • Unknow date - First Working Version v0.1
  • 2015/12/12 v0.2 - Update to work with latest Hercules, optimized a bit for faster plugin, officially release lite version.

~ thank you

Click here to download this file

 
Last edited by a moderator:
default_tongue.png
  zup Lorex your awesome goodjob thanks

 
Little update.

For windows users please use project files from the archive.

 
very nice, the regex thing is so cool
default_tongue.png


btw can I ask you to release a minor version of it? with just basic functionality and no conf files?

 
very nice, the regex thing is so cool
default_tongue.png


btw can I ask you to release a minor version of it? with just basic functionality and no conf files?
Umm version with regex only ?

 
Hmm, anyone experiencing error in installing this?

The plugin doesn't load with latest hercules revision i think..

I have just added the:

#include "../common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */

make plugins doesn't have any error but when servers are started, [Warning]: HPM:plugin_load: failed to load 'plugins/manners.so' skipping

Can't try it in windows, having external dependencies errors..
default_smile.png


 
Please update it.

manner.c:63:71: error: macro "sc_start" requires 6 arguments, but only 5 given
manner.c: In function ‘filter_chat’:
manner.c:63: error: ‘sc_start’ undeclared (first use in this function)
manner.c:63: error: (Each undeclared identifier is reported only once
manner.c:63: error: for each function it appears in.)
make[1]: *** [../../plugins/manner.so] Error 1
 
Back
Top