summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ship/lib/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/lib/network b/ship/lib/network
index 974fb282..bc4d1047 100644
--- a/ship/lib/network
+++ b/ship/lib/network
@@ -95,5 +95,5 @@ send_irc(){
echo "JOIN $IRCCHANNEL";
sleep 23;
while read line; do echo "PRIVMSG $IRCCHANNEL :$line";sleep 1;done
- sleep 5; ) | run_telnet $IRCSERVER $IRCPORT 2>/dev/null | line_to_dot
+ sleep 5; ) | run_telnet $IRCSERVER $IRCPORT 2>/dev/null
}