summaryrefslogtreecommitdiffstats
path: root/ship
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-03-09 12:44:49 +0100
committermakefu <root@pigstarter.de>2014-03-09 12:44:49 +0100
commit2c7569f73fc49f0ba0279d6db877bdfcfdee9bb7 (patch)
treeeeb2caf2a5506008c2aa66e1b9c5c8d485837028 /ship
parente0a6751890271e073f756cabdf1b9bcdb068712e (diff)
make irc send verbose again
Diffstat (limited to 'ship')
-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
}