[DSHub-commit] [ dshub-Bugs-1863452 ] Chatcontrol again
Status: Beta
Brought to you by:
pietricica
|
From: SourceForge.net <no...@so...> - 2008-01-03 21:38:02
|
Bugs item #1863452, was opened at 2008-01-03 22:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=960375&aid=1863452&group_id=197166 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Toast (swe_toast) Assigned to: Nobody/Anonymous (nobody) Summary: Chatcontrol again Initial Comment: The flags are : Drop user 1 Kick user 2 Don't do anything to client 4 Hide the matching word from chat 8 Replace matching word with stars ( **** ) 16 Modify matching word with given modification 32 Control private chat as well 64 Report to operator's chat 128 Also check searches 256 As you can see, you must not select all flags, but one of each category. Example: Drop user and replace word with stars : Use flag 1+16=17 Note: flag 64, 128 and 256 are independent of others. Note: The modification parameter is only available for flag including 32. Usage: chatcontrol mod ID/"regular expression" flags [modification]. -- mods the regular expression already listed given by string or it's unique ID. Parameters are same like on adding. Usage: chatcontrol del ID/"regular expression" -- deletes the regular expression given by itself or by it's unique ID. Usage: chatcontrol save "filename" -- saves the current wordlist into file specified by path. For security reasons, you can write to DSHub installation dir only. Usage: chatcontrol load "filename" -- load the wordlist configuration from the file specified by path. For security reasons, you can read from DSHub installation dir only. [22:33:38] <-AHub-> [command:] !chatcontrol add "\+reg(me)?" 12 [22:33:38] <-AHub-> Invalid flags. 4+8=12 aslo tried with pmscanner that flag is 76 got Invalid Flag aswell the 202 flag works ok but the rest seems broken ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=960375&aid=1863452&group_id=197166 |