diff options
author | Pixel <Pixel> | 2001-12-22 01:53:27 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-22 01:53:27 +0000 |
commit | 1ab3f478e7333620e3f8d424d27bd86e54886a3f (patch) | |
tree | 795ba70046b47c94ecc86e363a9c0351f0a01285 /src | |
parent | 07447744c6b3455c1703471b249bda89dba333f5 (diff) |
Big bug in Write / CopyJob...
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.cc | 2 |
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(); |