Forums » Support »
How do IRCop's issue a /restart command to Unreal IRCd's in AdiIRC?
Added by Christopher Spencer about 1 year 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.
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
}