summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index d9541807f..4333511bf 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -963,7 +963,7 @@ int main(int argc, char** argv)
* Token 0 = 'AAAAAAA'
* String: ''
* NumItems = 0
- */
+ *
std::string a = "PRIVMSG #test FOO BAR";
printf("String: '%s'\n",a.c_str());
irc::tokenstream test(a);
@@ -998,7 +998,7 @@ int main(int argc, char** argv)
printf("Token 0 = '%s'\n",test5.GetToken().c_str());
exit(0);
-
+ */
try
{
ServerInstance = new InspIRCd(argc, argv);