diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-13 10:10:25 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-01-13 10:10:25 +0800 |
commit | f1478a3d6d6e84357f4f3c9871bec807e7c342c5 (patch) | |
tree | 974756df940c1841dac68ca0b8d9f7723e8ab2ee /dircpsa.c | |
parent | 021cc4edc3596b6813dd65830c053072f552d750 (diff) |
When it quits IRC right, it shouldn't report error
Diffstat (limited to 'dircpsa.c')
-rw-r--r-- | dircpsa.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -67,11 +67,8 @@ int main (int argc, char *argv[]) return 1; } - if (irc_run(session)) { - printf ("Could not connect or I/O error: %s\n" - , irc_strerror(irc_errno(session))); + if (irc_run(session)) return 1; - } return 1; } |