|
|
| Author |
Message |
BuLB none

Joined: 28 Jan 2004 Posts: 20
|
Posted: Mar 16, 2004 9:11am Post subject: how to disable /ame and /amsg in an unreal ircd |
|
|
| just would like to know how to disable the /ame and /amsg in the ircd..its somehow annoying specially to a medium range network |
|
| Back to top |
|
 |
upinsmoke Newbie

Joined: 01 Mar 2004 Posts: 59 Location: pennsylvania
|
Posted: Mar 16, 2004 10:12am Post subject: |
|
|
| im pretty sure those are mirc commands and not in the ircd itself |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 160 Location: :noitacoL
|
Posted: Mar 16, 2004 11:39am Post subject: |
|
|
You cannot do that, as these are client-side commands (they exist in clients such as X-Chat and mIRC), which send a PRIVMSG or a CTCP ACTION to each channel the user is in.
As they are not server-side, you can't do anything to prevent their usage (you could of course ask the user(s) who use the command not to).
Chris |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Mar 16, 2004 1:48pm Post subject: |
|
|
| You could add some sort of IRCd filter to prevent ACTION* from being sent to the server. You could probably do this by using the spamfilter feature in the new version of Unreal3.2, however, I have not tried it. |
|
| Back to top |
|
 |
Talrias Lurker

Joined: 16 Feb 2004 Posts: 160 Location: :noitacoL
|
Posted: Mar 16, 2004 2:50pm Post subject: |
|
|
| That would stop anyone from doing /me, however. Not recommended. |
|
| Back to top |
|
 |
|