In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsGeneral Usage Support (Moderator: MordyT)Multiple warnings, one offense
Pages: [1]   Go Down
  Print  
Author Topic: Multiple warnings, one offense  (Read 810 times) Bookmark and Share
Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, BC2, CoD7
Posts: 12
Offline Offline
WWW
« on: March 15, 2010, 01:57:58 PM »

If someone breaks a rule that would give a warning, it'll give them another warning about 10 seconds after (even for doing nothing), thus giving a tempban.  Even if I give the user a warning myself (!w), it'll give them a second warning by itself after several seconds.

I've got B3 running on several servers (same box), sharing the same database but running different configs for each, and it happens on them all.

b3.xml
Code:
<configuration>
  <settings name="b3">
    <!-- parser defines the game: cod/cod2/cod4/cod5/iourt41/etpro/wop/smg -->
    <set name="parser">cod4</set>
    <set name="database"></set>
    <set name="bot_name">DaMaGe</set>
    <set name="bot_prefix">^0(^2DaMaGe^0)^7:</set>
    <set name="time_format">%I:%M%p %Z</set>
    <set name="time_zone">EST</set>
    <!-- 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
    <set name="log_level">9</set>
    <set name="logfile">C:\b3\cod4nyc_b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password"></set>
    <set name="port">28930</set>
    <set name="game_log">C:\Game installs\cod4base\main\games_mp.log</set>
    <set name="public_ip">63.251.20.130</set>
    <set name="rcon_ip">63.251.20.130</set>
    <set name="punkbuster">on</set>
  </settings>
  <settings name="messages">
    <set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
    <set name="kicked">%s^7 was kicked %s</set>
    <set name="banned_by">%s^7 was banned by %s^7 %s</set>
    <set name="banned">%s^7 was banned %s</set>
    <set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
    <set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
    <set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
    <set name="unbanned">%s^7 was un-banned %s</set>
  </settings>
  <settings name="plugins">
    <set name="external_dir">C:\b3\extplugins</set>
  </settings>
  <plugins>
    <plugin name="censor" priority="1" config="@b3/conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" priority="2" config="@b3/conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" priority="3" config="@b3/conf/plugin_admin.xml"/>
    <plugin name="stats" priority="4" config="@b3/conf/plugin_stats.xml"/>
    <plugin name="pingkicker" priority="5" config="@b3/extplugins/conf/plugin_pingkicker.xml"/>
    <plugin name="adv" priority="6" config="@b3/conf/plugin_adv.xml"/>
    <plugin name="statusftp" priority="7" config="@b3/extplugins/conf/plugin_statusftp.xml"/>
    <plugin name="publist" priority="8" config="@b3/conf/plugin_publist.xml"/>
    <plugin name="punkbuster" priority="9" config="@b3/conf/plugin_punkbuster.xml"/>
    <plugin name="antinoob" priority="10" config="@b3/extplugins/conf/plugin_antinoob.xml"/>
    <plugin name="ctime" priority="11" config="@b3/extplugins/conf/plugin_ctime.xml"/>
    <plugin name="xlrstats" priority="12" config="@b3/extplugins/conf/xlrstats.xml"/>


<!--
  This is a non-standard plugin, and quite resource heavy. Please take a look in the
  B3 forums (look for XLR Extensions) for more information before enabling this.
  Extra database tables are necessary.
    <plugin name="xlrstats" priority="12" config="@b3/extplugins/conf/xlrstats.xml"/>
-->
  </plugins>
</configuration>

the other two b3 xml files are identical other than the server identification stuff

plugin_admin.xml
Code:
<configuration plugin="admin">
<settings name="commands">
<set name="enable">100</set>
<set name="disable">100</set>
<set name="die">100</set>
<set name="reconfig">100</set>
<set name="restart">100</set>
<set name="mask">100</set>
<set name="unmask">100</set>
<set name="runas-su">100</set>

<set name="cmdlevel">90</set>
<set name="pause">90</set>
<set name="rebuild">90</set>
<set name="ungroup">90</set>
<set name="delgroup">90</set>
<set name="clientinfo">90</set>
<set name="editgroup">90</set>
<set name="groups">90</set>
<set name="newgroup">90</set>

<set name="putgroup">89</set>

<set name="permban-pb">60</set>
<set name="map">80</set>
<set name="maprotate">80</set>
<set name="warnclear-wc">80</set>
<set name="clear-kiss">80</set>
<set name="lookup-l">80</set>
<set name="makereg-mr">80</set>
<set name="spankall-sall">80</set>
<set name="banall-ball">80</set>
<set name="kickall-kall">80</set>
<set name="pbss">80</set>

<set name="ban-b">1000</set>
<set name="unban">60</set>
<set name="spank-sp">60</set>

<set name="tempban-tb">40</set>
<set name="baninfo-bi">40</set>
<set name="admintest">40</set>
<set name="scream">40</set>
<set name="notice">40</set>

<set name="kick-k">20</set>
<set name="find">20</set>
<set name="aliases-alias">20</set>
<set name="warns">20</set>
<set name="warninfo-wi">20</set>
<set name="warnremove-wr">20</set>
<set name="warn-w">20</set>
<set name="warntest-wt">20</set>
<set name="spams">20</set>
<set name="spam-s">20</set>
<set name="list">20</set>
<set name="admins">20</set>
<set name="say">20</set>
<set name="status">20</set>
<set name="leveltest-lt">20</set>
<set name="ci">20</set>
<set name="poke">20</set>

<set name="b3">9</set>
<set name="greeting">9</set>

<set name="seen">2</set>
<set name="maps">2</set>
<set name="nextmap">2</set>

<set name="regtest">1</set>
<set name="time">1</set>

<set name="help-h">0</set>
<set name="register">0</set>
<set name="rules-r">0</set>
</settings>
<settings name="settings">
<set name="noreason_level">1000</set>
<set name="hidecmd_level">60</set>
<set name="long_tempban_level">80</set>
<set name="long_tempban_max_duration">10h</set>
<set name="command_prefix">!</set>
<set name="command_prefix_loud">@</set>
<set name="admins_level">20</set>
<set name="ban_duration">14d</set>
</settings>
<settings name="messages">
<set name="ban_denied">^7Hey %s^7, you're no Elvis, can't ban %s</set>
<set name="help_available">^7Available commands: %s</set>
<set name="greeting_yours">^7Your greeting is %s</set>
<set name="temp_ban_self">^7%s ^7Can't ban yourself newb</set>
<set name="groups_in">^7%s^7 is in groups %s</set>
<set name="greeting_bad">^7Greeting is not formated properly: %s</set>
<set name="say">^7%s^7: %s</set>
<set name="player_id">^7[^2%s^7] %s^7</set>
<set name="seen">^7%s ^7was last seen on %s</set>
<set name="help_no_command">^7Command not found %s</set>
<set name="lookup_found">^7[^2@%s^7] %s^7 (^3%s^7)</set>
<set name="kick_self">^7%s ^7Can't kick yourself newb!</set>
<set name="groups_welcome">^7You are now a %s</set>
<set name="greeting_changed">^7Greeting changed to: %s</set>
<set name="greeting_cleared">^7Greeting cleared</set>
<set name="warn_denied">%s^7, %s^7 owns you, can't warn</set>
<set name="groups_already_in">^7%s^7 is already in group %s</set>
<set name="temp_ban_denied">^7Hey %s^7, you're no ^1Red ^7Elvis, can't temp ban %s</set>
<set name="players_matched">^7Players matching %s %s</set>
<set name="ban_self">^7%s ^7Can't ban yourself newb!</set>
<set name="regme_annouce">^7%s ^7put in group %s</set>
<set name="kick_denied">^7%s^7 gets 1 point, %s^7 gets none, %s^7 wins, can't kick</set>
<set name="no_players">^7No players found matching %s</set>
<set name="spanked_reason">%s ^7was ^1SPANKED^7 by %s ^7for %s</set>
<set name="groups_added">^7%s ^7added to group %s</set>
<set name="groups_put">^7%s ^7put in group %s</set>
<set name="groups_none">^7%s^7 is not in any groups</set>
<set name="help_command">^2%s%s ^7%s</set>
<set name="greeting_empty">^7Your have no greeting set</set>
<set name="warn_self">^7%s ^7Can't warn yourself newb!</set>
<set name="regme_regged">^7You are now a %s</set>
<set name="help_none">^7You have no available commands</set>
<set name="spanked">%s ^7was ^1SPANKED^7 by %s</set>
<set name="admins">^7Admins online: %s</set>
<set name="time">At the sound of the beep it will be ^3%s^7...(beeeep)</set>
<set name="unknown_command">^7Unrecognized command %s</set>
<set name="leveltest">^7%s ^7(^3@%s^7) is a ^3%s ^7[^2%s^7] since %s</set>
<set name="leveltest_nogroups">^7%s ^7(^3@%s^7) is not in any groups</set>
<set name="aliases">^7%s^7 aliases: %s</set>
<set name="warn_kick_alert">^1ALERT^7: $name^7 auto-kick from warnings if not cleared (^3$warnings^7)</set>
<set name="warn_ban_alert">^1ALERT^7: $name^7 auto-ban from warnings if not cleared (^3$warnings^7)</set>
</settings>
<settings name="warn">
<!-- This setting determines whether the warning is sent to the the whole server, or just the player and admin, to reduce chatbox spam.
0 is whole server, 1 is private.
-->
<set name="pm_global">1</set>
<!-- THESE APPEAR TO BE OBSOLETE - DO NOT USE - mindriot - 10/20/2008
<set name="ban_reason">^7too many warnings ^1BANNED: $reason</set>
<set name="ban_num">5</set>
<set name="kick_num">3</set>
<set name="kick_duration">2</set>
<set name="ban_duration">1h</set>
<set name="kick_reason">^7too many warnings: $reason</set>
-->

<set name="alert_kick_num">1</set>
<set name="instant_kick_num">3</set>
<set name="tempban_num">4</set>
<set name="tempban_duration">1d</set>
<set name="max_duration">1d</set>
<set name="message">^1WARNING^7 (^3$warnings^7): $reason</set>
<set name="warn_delay">15</set>
<set name="reason">^7too many warnings: $reason</set>
<set name="duration_divider">30</set>
<set name="alert">^1ALERT^7: $name^7 auto-kick from warnings if not cleared (^3$warnings^7) $reason</set>
</settings>
<settings name="spamages">
<set name="join">^3Join ESAW by signing up on the forums at ^2www.ESAW2012.com</set>
<set name="forum">^3Visit the ESAW forums at ^2www.ESAW2012.com</set>
<set name="rtfm">^3RTFM! ^2www.ESAW2012.com</set>
<set name="stack">^7No clan stacking, members must split evenly between the teams, go spectator and wait if you have to</set>

<set name="rule1">^3Rule #1: No racism of any kind</set>
<set name="rule2">^3Rule #2: No clan stacking, members must split evenly between the teams</set>
<set name="rule3">^3Rule #3: No arguing with admins (listen and learn or leave)</set>
<set name="rule4">^3Rule #4: No abusive language or behavior towards admins or other players</set>
<set name="rule5">^3Rule #5: No offensive or potentially offensive names, or names that are faces (pick a real name)</set>
<set name="rule6">^3Rule #6: No recruiting for your clan, your server, or anything else</set>
<set name="rule7">^3Rule #7: No advertising or spamming of websites or servers</set>
<set name="rule8">^3Rule #8: No profanity or offensive language (in any language)</set>
<set name="rule9">^3Rule #9: Absolutely ^1NO ^3martyrdom, grenade launchers or RPG's at people</set>
</settings>
<settings name="warn_reasons">
<set name="generic">1h, ^7</set>
<set name="default">1h, ^7behave yourself</set>

<set name="rule1">10d, /spam#rule1</set>
<set name="rule2">1d, /spam#rule2</set>
<set name="rule3">1d, /spam#rule3</set>
<set name="rule4">1d, /spam#rule4</set>
<set name="rule5">1h, /spam#rule5</set>
<set name="rule6">1d, /spam#rule6</set>
<set name="rule7">1d, /spam#rule7</set>
<set name="rule8">3d, /spam#rule8</set>
<set name="rule9">3h, /spam#rule9</set>

<set name="stack">1d, /spam#stack</set>

<set name="lang">/rule8</set>
<set name="language">/rule8</set>
<set name="cuss">/rule8</set>
<set name="profanity">/rule8</set>

<set name="name">/rule5</set>
<set name="color">1h, ^7No in-game (double caret (^)) color in names</set>
<set name="badname">1h, ^7No offensive, potentially offensive, or annoying names</set>
<set name="spec">/spectator</set>


<set name="adv">/rule7</set>
<set name="racism">/rule1</set>
<set name="stack">/rule2</set>
<set name="recruit">/rule6</set>
<set name="argue">/rule3</set>
<set name="marty">/rule9</set>
<set name="gl">/rule9</set>
<set name="jerk">/rule4</set>

<set name="afk">5m, ^7you appear to be away from your keyboard</set>
<set name="tk">1d, ^7stop team killing!</set>
<set name="obj">1h, ^7go for the objective!</set>
<set name="camp">1h, ^7stop camping or you will be kicked!</set>
<set name="fakecmd">1h, ^7do not use fake commands</set>
<set name="nocmd">1h, ^7do not use commands that you do not have access to, try using !help</set>
<set name="ci">5m, ^7connection interupted, reconnect</set>
<set name="spectator">5m, ^7spectator too long on full server</set>
<set name="spam">1h, ^7do not spam, shut-up!</set>
</settings>
</configuration>

Let me know if you need any other xml files.

Thank you
« Last Edit: March 15, 2010, 02:01:10 PM by xPlozion » Logged


Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3477
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: March 15, 2010, 03:39:51 PM »

please provide the b3.log showing the bot giving the warnings and temban
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, BC2, CoD7
Posts: 12
Offline Offline
WWW
« Reply #2 on: March 16, 2010, 08:38:39 AM »

killroy
Code:
100315 22:00:29 DEBUG Storage: setClientPenalty data {'time_edit': 1268704829, 'keyword': None, 'time_expire': 1268791229, 'admin_id': 0, 'reason': '^7behave yourself', 'inactive': 0, 'data': 'no shit =>  no shit ', 'client_id': 1286, 'duration': 1440.0, 'time_add': 1268704829, 'type': 'Warning'}
100315 22:00:29 VERBOSE RCON sending (63.251.20.130:28930) tell 8 ^0(^2DaMaGe^0)^7: ^3[pm]^7 ^1WARNING^7 (^31^7): Killroy^7^7, ^7behave yourself
100315 22:00:29 DEBUG Storage: getClientPenalties <b3.clients.Client object at 0x02D9F7D0>
100315 22:00:29 BOT     Event Say vetoed by <b3.plugins.censor.CensorPlugin instance at 0x02B9CE68>
100315 22:00:30 VERBOSE RCON sending (63.251.20.130:28930) status
100315 22:00:30 VERBOSE RCON: More data to read in socket
100315 22:00:30 VERBOSE RCON: More data to read in socket
100315 22:00:31 VERBOSE RCON sending (63.251.20.130:28930) say ^0(^2DaMaGe^0)^7: ^1ALERT^7: Killroy^7^7 auto-kick from warnings if not cleared (^31^7) ^7behave yourself
100315 22:00:39 CONSOLE 5203:49 Q;23ae4f2718647ecbb8fe4a0b499adb27;2;l3l2nt0a5t
100315 22:00:39 VERBOSE Queueing event Client Disconnect 2
100315 22:00:39 VERBOSE Parsing Event: Client Disconnect: CtimePlugin
100315 22:00:39 DEBUG CtimePlugin: CTIME LEFT:
100315 22:00:39 DEBUG CtimePlugin: CTIME LEFT: Player:l3l2nt0a5t^7 played this time: 370 sec
100315 22:00:39 DEBUG CtimePlugin: CTIME LEFT: Player:l3l2nt0a5t^7 played this time: 0:6:10
100315 22:00:43 CONSOLE 5203:53 Q;76efcca3276431f6d400aa565df42605;3;Vlad
100315 22:00:43 VERBOSE Queueing event Client Disconnect 3
100315 22:00:43 VERBOSE Parsing Event: Client Disconnect: CtimePlugin
100315 22:00:43 DEBUG CtimePlugin: CTIME LEFT:
100315 22:00:43 DEBUG CtimePlugin: CTIME LEFT: Player:Vlad^7 played this time: 5226 sec
100315 22:00:43 DEBUG CtimePlugin: CTIME LEFT: Player:Vlad^7 played this time: 1:27:6
100315 22:00:45 VERBOSE RCON sending (63.251.20.130:28930) status
100315 22:00:45 VERBOSE RCON: More data to read in socket
100315 22:00:45 VERBOSE RCON: More data to read in socket
100315 22:00:45 CONSOLE 5203:55 Q;cc8a32712f57afbeef177c69d18801b8;5;Reloadiing
100315 22:00:45 VERBOSE Queueing event Client Disconnect 5
100315 22:00:45 VERBOSE Parsing Event: Client Disconnect: CtimePlugin
100315 22:00:45 DEBUG CtimePlugin: CTIME LEFT:
100315 22:00:45 DEBUG CtimePlugin: CTIME LEFT: Player:Reloadiing^7 played this time: 2258 sec
100315 22:00:45 DEBUG CtimePlugin: CTIME LEFT: Player:Reloadiing^7 played this time: 0:37:38
100315 22:00:47 CONSOLE 5203:58 say;235f400b9425a052bfb74668953c19aa;4;Frank Rizzo;  gg all
100315 22:00:47 VERBOSE Queueing event Say   gg all
100315 22:00:47 VERBOSE Parsing Event: Say: CensorPlugin
100315 22:00:47 VERBOSE Parsing Event: Say: SpamcontrolPlugin
100315 22:00:47 VERBOSE Parsing Event: Say: AdminPlugin
100315 22:00:47 DEBUG AdminPlugin: OnSay handle 5:"  gg all"
100315 22:00:48 CONSOLE 5203:58 Q;83099ea906f37b53e4d1aa4db3fab925;8;Killroy
100315 22:00:48 VERBOSE Queueing event Client Disconnect 8
100315 22:00:48 VERBOSE Parsing Event: Client Disconnect: CtimePlugin
100315 22:00:48 DEBUG CtimePlugin: CTIME LEFT:
100315 22:00:48 DEBUG CtimePlugin: CTIME LEFT: Player:Killroy^7 played this time: 2074 sec
100315 22:00:48 DEBUG CtimePlugin: CTIME LEFT: Player:Killroy^7 played this time: 0:34:34
100315 22:00:51 CONSOLE 5204:01 say;20803ec104633355c0804bdc92ca9047;1;Cpt. Crazy;gg
100315 22:00:51 VERBOSE Queueing event Say gg
100315 22:00:51 VERBOSE Parsing Event: Say: CensorPlugin
100315 22:00:51 VERBOSE Parsing Event: Say: SpamcontrolPlugin
100315 22:00:51 VERBOSE Parsing Event: Say: AdminPlugin
100315 22:00:51 DEBUG AdminPlugin: OnSay handle 5:"gg"
100315 22:00:54 DEBUG Storage: getClientPenalties <b3.clients.Client object at 0x02D9F7D0>
100315 22:00:54 VERBOSE RCON sending (63.251.20.130:28930) say ^0(^2DaMaGe^0)^7: Killroy^7^7 was temp banned for 48.0 minutes^7 ^7too many warnings: ^7behave yourself
100315 22:00:54 DEBUG Storage: setClientPenalty data {'time_edit': 1268704854, 'keyword': '', 'time_expire': 1268707734, 'admin_id': 0, 'reason': '^7too many warnings: ^7behave yourself', 'inactive': 0, 'data': 'no shit =>  no shit ', 'client_id': 1286, 'duration': 48, 'time_add': 1268704854, 'type': 'TempBan'}

fellow admin of ours tested on empty server (he was revoked of all privileges for the test):
Code:
100316 13:02:02 CONSOLE 6105:29 say;09aa5eb806cad919fad0d492d5dc4bc1;0;xP d(-.-)b;!w last test
100316 13:02:02 VERBOSE Queueing event Say !w last test
100316 13:02:02 VERBOSE Parsing Event: Say: CensorPlugin
100316 13:02:02 VERBOSE Parsing Event: Say: SpamcontrolPlugin
100316 13:02:02 VERBOSE Parsing Event: Say: AdminPlugin
100316 13:02:02 DEBUG AdminPlugin: OnSay handle 5:"!w last test"
100316 13:02:02 DEBUG AdminPlugin: Handle command !w last test
100316 13:02:02 DEBUG Storage: setClientPenalty data {'time_edit': 1268758922, 'keyword': '', 'time_expire': 1268762522, 'admin_id': 2, 'reason': '^7 test', 'inactive': 0, 'data': '', 'client_id': 47, 'duration': 60.0, 'time_add': 1268758922, 'type': 'Warning'}
100316 13:02:02 VERBOSE RCON sending (63.251.20.130:28930) tell 1 ^0(^2DaMaGe^0)^7: ^3[pm]^7 ^1WARNING^7 (^31^7): LastInLine^7^7, ^7 test
100316 13:02:02 DEBUG Storage: getClientPenalties <b3.clients.Client object at 0x035C57F0>
100316 13:02:02 VERBOSE RCON sending (63.251.20.130:28930) tell 0 ^0(^2DaMaGe^0)^7: ^3[pm]^7 ^1WARNING^7 (^31^7): LastInLine^7^7, ^7 test
100316 13:02:03 VERBOSE RCON sending (63.251.20.130:28930) say ^0(^2DaMaGe^0)^7: ^1ALERT^7: LastInLine^7^7 auto-kick from warnings if not cleared (^31^7) ^7 test
100316 13:02:15 VERBOSE RCON sending (63.251.20.130:28930) status
100316 13:02:23 CONSOLE 6105:50 K;a2505493012eeb6d6fb91c7528c1cd0b;1;;LastInLine;a2505493012eeb6d6fb91c7528c1cd0b;-1;;LastInLine;destructible_car;281;MOD_EXPLOSIVE;none
100316 13:02:23 VERBOSE Queueing event Client Suicide (281.0, 'destructible_car', 'none', 'MOD_EXPLOSIVE')
100316 13:02:23 VERBOSE Parsing Event: Client Suicide: XlrstatsPlugin
100316 13:02:27 DEBUG Storage: getClientPenalties <b3.clients.Client object at 0x035C57F0>
100316 13:02:27 VERBOSE RCON sending (63.251.20.130:28930) PB_SV_Kick "2" "2" "LastInLine^7^7 was temp banned by xP d(-.-)b^7^7 for 2.0 minutes^7 ^7too many warnings: ^7 test" ""
100316 13:02:27 CONSOLE 6105:54 Q;a2505493012eeb6d6fb91c7528c1cd0b;1;LastInLine
100316 13:02:27 VERBOSE Queueing event Client Disconnect 1
100316 13:02:27 VERBOSE Parsing Event: Client Disconnect: CtimePlugin
100316 13:02:27 DEBUG CtimePlugin: CTIME LEFT:
100316 13:02:27 DEBUG CtimePlugin: CTIME LEFT: Player:LastInLine^7 played this time: 42 sec
100316 13:02:27 DEBUG CtimePlugin: CTIME LEFT: Player:LastInLine^7 played this time: 0:0:42
100316 13:02:27 VERBOSE RCON sending (63.251.20.130:28930) say ^0(^2DaMaGe^0)^7: LastInLine^7^7 was temp banned by xP d(-.-)b^7^7 for 2.0 minutes^7 ^7too many warnings: ^7 test
100316 13:02:27 DEBUG Storage: setClientPenalty data {'time_edit': 1268758947, 'keyword': '', 'time_expire': 1268759067, 'admin_id': 2, 'reason': '^7too many warnings: ^7 test', 'inactive': 0, 'data': '', 'client_id': 47, 'duration': 2, 'time_add': 1268758947, 'type': 'TempBan'}
« Last Edit: March 16, 2010, 09:07:55 AM by xPlozion » Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3477
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: March 16, 2010, 09:08:23 AM »

The player 'Killroy' must have had other warnings earlier that were not expired.

You can check how many non expired warning a given player has ingame with the command !warninfo <player>
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, BC2, CoD7
Posts: 12
Offline Offline
WWW
« Reply #4 on: March 16, 2010, 10:16:21 AM »

echelon is showing this to be killroy's only warning, but the second log had an admin who was demoted for this experiment with no warnings given a warning once by me !w lastinline test.  I've noticed this several times in the past with other players too

echelon: killroy
Code:
penalty   penalty-type   inactive   added/duration   expires   reason   admin
441    de-activate / unban TempBan 0 Monday, 15/03/2010 (22:00) Monday, 15/03/2010 (22:48) too many warnings: behave yourself
( no shit => no shit ) B3
440    de-activate / unban Warning 0 Monday, 15/03/2010 (22:00) Tuesday, 16/03/2010 (22:00) behave yourself
( no shit => no shit ) B3

echelon: my admin (lastinline)
Code:
463     de-activate / unban   TempBan   1   Tuesday, 16/03/2010 (13:02)   de-activated/unbanned   too many warnings: test
( ) xP d(-.-)b
462    de-activate / unban Warning 0 Tuesday, 16/03/2010 (13:02) Tuesday, 16/03/2010 (14:02) test
( ) xP d(-.-)b[/url]
« Last Edit: March 16, 2010, 10:23:43 AM by xPlozion » Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3477
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #5 on: March 16, 2010, 10:55:36 AM »

put back the original values in the admin plugin config file for :
Code:
<set name="alert_kick_num">3</set>
<set name="instant_kick_num">5</set>
<set name="tempban_num">6</set>
Logged

Jr. Member
**
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4, BC2, CoD7
Posts: 12
Offline Offline
WWW
« Reply #6 on: March 16, 2010, 12:11:32 PM »

Alright, that did the trick.  Thank you.  I thought alert_kick_num was when they saw the warning :/

Thank you Smiley
Logged

Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal