Hello, my name is ofir, and this is my current problem :
When i am trying to kick any1, it says "ERROR, There was an error proccesing that command", using kick or ban.
This is my b3.log:
110322 14:57:58 VERBOSE Queueing event Say !kick xsu test
110322 14:57:58 VERBOSE Parsing Event: Say: AdminPlugin
110322 14:57:58 DEBUG AdminPlugin: OnSay handle 5:"!kick xsu test"
110322 14:57:58 DEBUG AdminPlugin: Handle command !kick xsu test
110322 14:57:58 ERROR handler AdminPlugin could not handle event Say: TypeError: format requires a mapping [('b3\\parser.pyo', 874, 'handleEvents', None), ('b3\\plugin.pyo', 157, 'parseEvent', None), ('b3\\plugin.pyo', 175, 'onEvent', None), ('b3\\plugins\\admin.pyo', 210, 'handle', None), ('b3\\plugins\\admin.pyo', 350, 'OnSay', None), ('b3\\plugins\\admin.pyo', 1946, 'execute', None), ('b3\\plugins\\admin.pyo', 1136, 'cmd_kick', None), ('b3\\clients.pyo', 474, 'kick', None), ('b3\\parsers\\q3a.pyo', 431, 'kick', None), ('b3\\parser.pyo', 695, 'getMessage', None)]
110322 14:57:58 VERBOSE RCON sending (192.168.1.100:28960) tell 0 ^0(^2b3^0)^7: ^3[pm]^7 ^7There was an error processing your command
This is my b3.xml :
<?xml version="1.0"?>
<configuration>
<settings name="b3">
<set name="parser">cod6</set>
<set name="database">mysql://b3:naa@localhost/b3</set>
<set name="bot_name">B3</set>
<set name="bot_prefix">^0(^2b3^0)^7:</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<set name="time_zone">CST</set>
<set name="log_level">9</set>
<set name="logfile">C:\\B3WX\\BigBrotherBot_1.4.1/b3.log</set>
</settings>
<settings name="server">
<set name="rcon_password">naa</set>
<set name="port">28960</set>
<set name="game_log">C:\Users\OFIR\Desktop\Mw2server\mods\isnipe\games_mp.log</set><set name="public_ip">84.94.79.66</set>
<set name="rcon_ip">192.168.1.100</set>
<set name="punkbuster">off</set>
</settings>
<settings name="autodoc">
<set name="type">html</set>
<set name="maxlevel">100</set>
<set name="destination">c:/o/b3_doc.html</set>
</settings>
<settings name="messages">
<set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
<set name="kicked">$clientname^7 was kicked $reason</set>
<set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
<set name="banned">$clientname^7 was banned $reason</set>
<set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
<set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
<set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
<set name="unbanned">$clientname^7 was un-banned $reason</set>
</settings>
<settings name="plugins">
<set name="external_dir">@b3/extplugins</set>
</settings>
<plugins>
config="@conf/plugin_spamcontrol.xml"/>
<plugin name="admin" config="@conf/plugin_admin.xml"/>
<plugin name="stats" config="@conf/plugin_stats.xml"/>
<plugin name="pingwatch" config="@conf/plugin_pingwatch.xml"/>
<plugin name="adv" config="@conf/plugin_adv.xml"/>
<plugin name="status" config="@conf/plugin_status.xml"/>
<plugin name="welcome" config="@conf/plugin_welcome.xml"/>
config="@conf/plugin_punkbuster.xml"/>
<plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
</plugins>
</configuration>