Correct channel is now -syscom

This commit is contained in:
Matthew McPherrin 2012-10-18 13:28:03 -04:00
parent db45fc64d4
commit 597b34e977
1 changed files with 1 additions and 1 deletions

2
irc
View File

@ -8,7 +8,7 @@ if [ $R -ne 0 ]; then
D="mimcpher: CSC System Failure: `$script`"
if [ $? -ne 0 ]; then
echo $D
echo $D | $HOME/bin/ircpipe irc.freenode.net \#csc
echo $D | $HOME/bin/ircpipe irc.freenode.net \#csc-syscom
else
echo "Intermittent failure: $D0"
fi