]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Change m_helpop to use the new boolean flag in ReadConf for allowing newlines, tidy...
[user/henk/code/inspircd.git] / .inspircd.inc
index cd3ffe6e3e8ccbd52013773721b9350dc8848f41..54737fdd78c66fd66611bf6bdb8871566ee14942 100644 (file)
@@ -83,7 +83,7 @@ if ($arg eq "Cheese-Sandwich") {
 # If we get here.. bad / no parameters.
 ###
 print "Invalid Argument: $arg\n";
-print "Usage: inspircd (start|stop|restart|rehash|status|cron)\n";
+print "Usage: inspircd (start|stop|restart|rehash|status|cron|version)\n";
 exit();
 
 ###