[SimBot-commits] CVS: simbot/templates nick_stats.default.tmpl,1.1,1.2
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-18 18:40:08
|
Update of /cvsroot/simbot/simbot/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23634/templates Modified Files: nick_stats.default.tmpl Log Message: More stats Index: nick_stats.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/nick_stats.default.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- nick_stats.default.tmpl 18 Aug 2005 17:51:30 -0000 1.1 +++ nick_stats.default.tmpl 18 Aug 2005 18:38:52 -0000 1.2 @@ -15,4 +15,36 @@ <td>20</td><td>21</td><td>22</td><td>23</td> </tr> </table> + +<h4>Misc Statistics</h4> + +<TMPL_IF NAME=say_count> + <div class="linecount"><TMPL_VAR NAME=nick> has spoken <TMPL_VAR NAME=say_count> times, most recently saying:<br/> + <TMPL_VAR NAME=say_content> + </div> +</TMPL_IF> + +<TMPL_IF NAME=action_count> +<div class="linecount"><TMPL_VAR NAME=nick> has emoted <TMPL_VAR NAME=action_count> times, most recently:<br/> +⢠<TMPL_VAR NAME=nick> <TMPL_VAR NAME=action_content> +</div> +</TMPL_IF> + +<TMPL_IF NAME=topic_count> +<div class="linecount"><TMPL_VAR NAME=nick> has set the topic <TMPL_VAR NAME=topic_count> times, most recently changing it to:<br/> +<TMPL_VAR NAME=topic_content> +</div> +</TMPL_IF> + +<TMPL_IF NAME=kick_others_count> +<div class="linecount"><TMPL_VAR NAME=nick> has kicked others <TMPL_VAR NAME=kick_others_count> times, most recently kicking <TMPL_VAR NAME=kick_others_target> with the reason <q><TMPL_VAR NAME=kick_others_content></q> +</div> +</TMPL_IF> + + +<TMPL_IF NAME=kicked_count> +<div class="linecount"><TMPL_VAR NAME=nick> has been kicked <TMPL_VAR NAME=kicked_count> times, most recently by <TMPL_VAR NAME=kicked_by> with the reason <q><TMPL_VAR NAME=kicked_content></q> +</div> +</TMPL_IF> + <!-- End nick_stats --> \ No newline at end of file |