summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-22 01:53:27 +0000
committerPixel <Pixel>2001-12-22 01:53:27 +0000
commit1ab3f478e7333620e3f8d424d27bd86e54886a3f (patch)
tree795ba70046b47c94ecc86e363a9c0351f0a01285 /src
parent07447744c6b3455c1703471b249bda89dba333f5 (diff)
Big bug in Write / CopyJob...
Diffstat (limited to 'src')
-rw-r--r--src/Main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cc b/src/Main.cc
index 4663a02..1436f84 100644
--- a/src/Main.cc
+++ b/src/Main.cc
@@ -138,7 +138,7 @@ int main(int argc, char ** argv) {
try {
HttpServ h(buildmenu(), port.to_int());
- IRC i("botalacon");
+// IRC i("botalacon");
// i.Connect();
// i.MainLoop();
TaskMan::MainLoop();