IRC server down [resolved]

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Martz

Staff member
May 26, 2001
5,707
63
You may have problems connecting to IRC this morning.

Please use the server: irc.fraghub.net - as the primary server (irc.utassault.net) hardware seems to have locked up. I've sent a reboot request and it will hopefully be back up later on today. IRC services are unaffected, however please make sure you auto identify scripts are updated to work with the fraghub.net server name.
 
Code:
ON *:CONNECT: {
  nick NICK
  IDme 
}

ON *:NOTICE:This nickname is registered and protected.*:?: {
  if ($nick == nickserv) && ($wildsite == *!*@worldassault.com) || ($wildsite == *!*@fraghub.net) {
    IDme  
  }
}

alias IDme {
  if ((worldassault.com isin $server) || (utassault.net isin $server) || (fraghub.net isin $server)) {
    msg NickServ IDENTIFY PASSWORD
  }
}
 
If you use the $network global instead of $server, you can go cross-server without having to worry about updating your script with server/dns updates.
 
Server is backup.

The data center support team claim the problem was due to a power strip failing, and a bunch of servers suffering an outage.

All back to normal(ish) now!