XthemeOrg/Xtheme

xtheme.conf.example memoserv block helpgroup section

Closed this issue · 0 comments

As per #91

MemoServ block helpgroup is not quite in line with the rest. Needs an extra tab for the helpgroup section.

memoserv {
	/* (*)nick
	 * The nickname we want MemoServ to have.
	 */
	nick = "MemoServ";

	/* (*)user
	 * The username we want MemoServ to have.
	 */
	user = "MemoServ";

	/* (*)host
	 * The hostname we want MemoServ to have.
	 */
	host = "services.int";

	/* (*)real
	 * The realname (gecos) information we want MemoServ to have.
	 */
	real = "Memo Services";

	/* (*)aliases
	 * Command aliases for MemoServ.
	 */
	aliases {
	};

	/* (*)access
	 * Command access changes for MemoServ.
	 */
	access {
	};

	/* (*)maxmemos
	 * What is the maximum amount of memos a user can have in their inbox?
	 */
	maxmemos = 30;

  /* (*)helpgroup
   * If using GroupServ and MemoServ, which group should be notified of
   * NEW HelpServ requests?
   */
   helpgroup = "!Network-Staff";
};