mod_xxxx/ircd.sh

8 lines
187 B
Bash
Raw Normal View History

2015-11-25 13:42:19 -05:00
#!/bin/sh
set -e
squish
echo -e 'config:reload()\nmodule:reload("ircd", "burtrum.org")' | telnet localhost 5582
exit
echo -e 'module:load("ircd", "burtrum.org")' | telnet localhost 5582