Project

General

Profile

How do IRCop's issue a /restart command to Unreal IRCd's in AdiIRC?

Added by Christopher Spencer 5 months ago

I am not sure how to accomplish this since /restart causes the client to restart and you can not change the /restart command on Unreal 6.


Replies (1)

RE: How do IRCop's issue a /restart command to Unreal IRCd's in AdiIRC? - Added by Per Amundsen 5 months ago

You can do /raw restart.

If you don't use adiirc's /restart (same as /exit -r), you can add a alias like this:

alias restart {
  /raw restart
}
    (1-1/1)