Przeglądaj źródła

Document sex syntax

sbingner 25 lat temu
rodzic
commit
a882582363
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      CONFIG-README

+ 4 - 1
CONFIG-README

@@ -20,6 +20,9 @@ This will add all Joe^'s to 'Joe' in the stats.
 Another thing you can do is to add a picture to a user:
 Another thing you can do is to add a picture to a user:
     <user nick="Ben" pic="ben_holiday.jpg">
     <user nick="Ben" pic="ben_holiday.jpg">
 
 
+You can also set a user's sex:
+    <user nick="Ben" sex="m">
+
 Also you can add links to URLs and e-mails:
 Also you can add links to URLs and e-mails:
     <user nick="Christine" link="http://www.christine.com">
     <user nick="Christine" link="http://www.christine.com">
 
 
@@ -31,7 +34,7 @@ The last thing you can do is to ignore nicks (for example bots):
     <user nick="nameofbot" ignore="y">
     <user nick="nameofbot" ignore="y">
 
 
 You don't have to do all this in many lines, you could just as easily do:
 You don't have to do all this in many lines, you could just as easily do:
-<user nick="Joe" alias="Joe^away Joe^work" pic="joe.jpg" link="joe@joe.com">
+<user nick="Joe" alias="Joe^away Joe^work" pic="joe.jpg" link="joe@joe.com" sex="m">
 
 
 (Here the aliases is a space seperated list of nicks, that also works! But *
 (Here the aliases is a space seperated list of nicks, that also works! But *
 as a wildcard is smarter, but also slower).
 as a wildcard is smarter, but also slower).