Short readme 
about guildbuddies


The buddy part
==============
- every time someone talks in the guildchannel, we add them to the buddylist of the bot

The guild part
==============
- every time someone says "!main" on the guildchannel the function is triggered
  the !main - command has four functions:
1) Called without a parameter and without an associated main character we print some help
2) Called without a parameter but with an associated main character, the main character is removed
3) Called with a parameter that doesn't match the name of another guildmember, we print some help
4) Called with a parameter matching the name of another guildmember it is added as the main character
=> [Guild] (Aridya) : !main Chaly
=> [Guild] (Bot) : Chaly was added as your main character
=> [Guild] (Aridya) : !main
=> [Guild] (Bot) : Your main character was removed
=> [Guild] (Aridya) : !main Conan
=> [Guild] (Bot) : Sorry, i don't know Conan (click for help)
- every time someone says "!alt" on the guildchannel the function is triggered
  the !alt function works like the "!main, just that there isn't a guildmember-check
1) Called without a parameter we print some help
2) Called with a parameter and the sender is not already mainchar of <parameter> ,he will be assigned
3) Called with a parameter and the sender is already mainchar of <parameter>, he will be removed
- every time someone says "!twinklist" on the guildchannel the function is triggered
  the sender will get a full list of all twinks the guild has. 
  as this may be a huge amount of textdata, 
  he will get a tell with the list and and info is printed on the guildchannel
  there's no parameter. as this was designed to be an admin function, there is some additional info printed for admins

The 5000ms part
===============
-on the bot-startup the history and the mainchar - directorys are loaded
 (see below)
-every 5 minutes is checked and saved, if someone didn't say a word for 90 days
 therefore the bot needs the history-directory where the timestamps are stored
 if 14days are reached, he/she is removed from the buddlist and of the history of the bot
-every 5 minutes the main character of each alt is saved into a single file,
 if the main character was removed, the matching file is also deleted..

The tell part
=============
-!twinkadmin
 administration of twinks.. needed if you have lazy guildmates :p has an ingame-help

=======================================================================================
copyright and 5000ms-idea: Nils Langenhahn aka Chaly, Asura (GER), http://odins-zorn.de
=======================================================================================
