aboutsummaryrefslogtreecommitdiff
path: root/plugins/irc.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-13 06:57:06 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-13 06:57:06 +0200
commitde4009fb4de679b2efe89e2736436060eb4a8e6d (patch)
tree295e3f632b2f9efdd858904b851602c5d77ef96e /plugins/irc.c
parentb2cc2709c6fcf8d3fdc123e6d926be2d02c1221f (diff)
downloadponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.tar.gz
ponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.tar.xz
ponymap-de4009fb4de679b2efe89e2736436060eb4a8e6d.zip
Aborting units -> stopping units
Diffstat (limited to 'plugins/irc.c')
-rw-r--r--plugins/irc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/irc.c b/plugins/irc.c
index 03cd0df..156d4b5 100644
--- a/plugins/irc.c
+++ b/plugins/irc.c
@@ -107,7 +107,7 @@ on_irc_message (const struct irc_message *msg, const char *raw, void *user_data)
g_data.api->unit_add_info (scan->u, info);
free (info);
- g_data.api->unit_abort (scan->u);
+ g_data.api->unit_stop (scan->u);
}
}
}
@@ -130,7 +130,7 @@ static struct service g_irc_service =
.on_data = on_data,
.on_eof = NULL,
.on_error = NULL,
- .on_aborted = NULL
+ .on_stopped = NULL
};
static bool