+%t format variable: path+filename of the finished ttyrec, in postcommands
+
+
+< kerio> paxed: it would also be cool to have %g and %s work within a game definition too
+
+< kerio> paxed: is this intended behavior? i can't set two different spooldirs for two different games
[22:45] < kerio> paxed: dgamelaunch bug! :D - you *need* a file called dgamelaunch in the root of the jail -
char *qbuf;
char tmpbuf[DGL_PLAYERNAMELEN+2];
+
+ memset(tmpbuf, 0, DGL_PLAYERNAMELEN+2);
strncpy(tmpbuf, cname, (isnew ? globalconfig.max_newnick_len : DGL_PLAYERNAMELEN));
/* Check that the nick doesn't interfere with already registered nicks */