6 PID
=`pgrep -f '^python irc.py'`
9 stat_busy
"Starting Jabber IRC transport"
11 [ -z "$PID" ] && python irc.py
&>/dev
/null
&
20 stat_busy
"Stopping Jabber IRC transport"
21 [ ! -z "$PID" ] && kill $PID &> /dev
/null
35 echo "usage: $0 {start|stop|restart}"