diff options
author | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-04 03:18:38 -0600 |
---|---|---|
committer | epochqwert <epoch@53flpnlls43fcguy.onion> | 2015-02-04 03:18:38 -0600 |
commit | 1b0d057b5068a5526aef1a5b1a2338d9f3bc6ef3 (patch) | |
tree | 69298c04233a4e6773c4b59d14161113f78511ce /libirc/libirc.c | |
parent | 19c2749eb64171a25ac5a8fb8eab5f73c83bd7f2 (diff) | |
download | segfault-1b0d057b5068a5526aef1a5b1a2338d9f3bc6ef3.tar.gz segfault-1b0d057b5068a5526aef1a5b1a2338d9f3bc6ef3.zip |
did #if 0 around runem() in libirc. haven't tested it. meh.
Diffstat (limited to 'libirc/libirc.c')
-rw-r--r-- | libirc/libirc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libirc/libirc.c b/libirc/libirc.c index 0f6c837..54ba859 100644 --- a/libirc/libirc.c +++ b/libirc/libirc.c @@ -137,6 +137,7 @@ int runit(int fd,void (*line_handler)(),void (*extra_handler)()) { return 0; } +#if 0 //yeah. this is a copy of the previous function. //with a bit of different stuff. didn't want to break anything yet. int runem(int *fd,void (*line_handler)(),void (*extra_handler)()) { @@ -246,6 +247,7 @@ int runem(int *fd,void (*line_handler)(),void (*extra_handler)()) { } return 0; } +#endif //:hack.thebackupbox.net 433 * sysbot :Nickname is already in use. //Need to have it check for this. |