Search found 4 matches

by koolg
Sun Jun 03, 2007 11:36 pm
Forum: Unreal 3.2 Support
Topic: Querys
Replies: 9
Views: 3158

Stealth wrote:
coxy wrote: You can set mode +D on all users, and restrict it by adding this to your unrealircd.conf:

Code: Select all

set {
  modes-on-connect "D";
  restrict-usermodes "D";
};
Is this right?
by koolg
Sun Jun 03, 2007 9:36 am
Forum: Unreal 3.2 Modules
Topic: Disable Private Msgs and Notice
Replies: 5
Views: 3413

Thanks , compiled.

added loadmodule "modules/m_privdeaf.so"; to the conf file.
and

set {
modes-on-connect "D";
restrict-usermodes "D";
};

restarted the IRCD but it does not seem to work. Did i missed any steps?
by koolg
Sun Jun 03, 2007 1:00 am
Forum: Unreal 3.2 Modules
Topic: Disable Private Msgs and Notice
Replies: 5
Views: 3413

cc -O2 -fno-strict-aliasing -pipe -fPIC -DPIC -shared -DDYNAMIC_LINKING -o m_privdeaf.so m_privdeaf.c m_privdeaf.c:6:20: config.h: No such file or directory m_privdeaf.c:7:20: struct.h: No such file or directory m_privdeaf.c:8:20: common.h: No such file or directory m_privdeaf.c:9:17: sys.h: No such...
by koolg
Sat Jun 02, 2007 11:40 am
Forum: Unreal 3.2 Modules
Topic: Disable Private Msgs and Notice
Replies: 5
Views: 3413

Disable Private Msgs and Notice

Hello All ,

Since i can't compile PrivDeaf , how can i block private msg's and private notices?