Search found 53 matches

by rcschaff
Tue Jan 17, 2017 1:54 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] operpasswd port for 4.0 request
Replies: 4
Views: 2758

[DONE] operpasswd port for 4.0 request

http://www.angrywolf.org/operpasswd.tar.gz

BTW. Did I mention that Gottem, you are the man.
by rcschaff
Tue Jan 17, 2017 1:46 am
Forum: Generic support
Topic: how to start using privdeaf
Replies: 5
Views: 3012

Re: how to start using privdeaf

I'm not sure why It would not work on any client. /mode <mynick> +D should work because it's a server thing. Are they getting any type of message when it fails, such as "/mode command not found". It very well could be their client has a /mode option and doesn't forward it to Unreal, but th...
by rcschaff
Mon Jan 16, 2017 4:32 am
Forum: Generic support
Topic: how to start using privdeaf
Replies: 5
Views: 3012

Re: how to start using privdeaf

That's Because privdeaf is a per user option. the "/mode" command only works on your user. /mode (someone else) will result in nothing. It has to be "/mode mynick +modes" If you want to disable Private Messages for Everyone upon connection, see set::modes-on-connect That of cours...
by rcschaff
Mon Jan 16, 2017 1:34 am
Forum: Generic support
Topic: how to start using privdeaf
Replies: 5
Views: 3012

Re: how to start using privdeaf

//mode $me +D (If Mirc)
/mode (nick) +D (other)

privdeaf is enabled by default.
by rcschaff
Sun Jan 15, 2017 5:09 pm
Forum: Generic support
Topic: Angrywolf modules
Replies: 1
Views: 1757

Angrywolf modules

I've noticed angrywolf isn't upgrading any of his modules, so I'm trying to see if I can update them myself. One of the many things that I notice he uses in most of his modules, is the array local[]. This seemed to be a constant in 3.2 but was removed in 4.0. IS there a replacement?

Thanks