KviStringSelector*s=addStringSelector(gs,__tr2qs_ctx("Append to VERSION reply:","options"),KviOption_stringCtcpVersionPostfix);
#ifdef COMPILE_INFO_TIPS
mergeTip(s,
__tr2qs_ctx("<center>This text will be appended to the CTCP VERSION reply.<br>For example, you can place a script name here.</center>","options"));
#endif
s=addStringSelector(gs,__tr2qs_ctx("Append to SOURCE reply:","options"),KviOption_stringCtcpSourcePostfix);
#ifdef COMPILE_INFO_TIPS
mergeTip(s,
__tr2qs_ctx("<center>This text will be appended to the CTCP SOURCE reply.<br>For example, you can place the source URL for a script here.</center>","options"));
#endif
// s = addStringSelector(gs, __tr2qs_ctx("USERINFO reply:","options"),KviOption_stringCtcpUserinfoReply);
//#ifdef COMPILE_INFO_TIPS
// mergeTip(s,
// __tr2qs_ctx("<center>This is the CTCP USERINFO reply.<br>It can contain some information about yourself.</center>","options"));