Set block directive
Posted: Sat Mar 05, 2005 2:37 pm
Ello everyone! silly question! how on earth do i write a set block?
or
I want to auto-join #lobby and restrict user mode h
Way i see it, this is how it should be
But then!
Any advice please? Thanks
Code: Select all
set {
<entry> <value>;
<entry> <value>;
...
};Code: Select all
set { options { hide-ulines; no-stealth; }; };Way i see it, this is how it should be
Code: Select all
set { auto-join { #lobby; }; };
set { restrict user-modes { h; }; };But then!
Code: Select all
** Notice -- error: unrealircd.conf: Unexpected EOF for section starting on line 846Any advice please? Thanks