about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-06 00:53:03 +0100
committerJames Booth <boothj5@gmail.com>2016-05-06 00:53:03 +0100
commit88f423afea539bb7c1faa970d989d3e858d874f6 (patch)
tree30ef612e59dc8daaacb83dd6989ec0a8d633a6c2 /src/config
parent3bb1f1241050d227932d5153abf49fdce9939efb (diff)
downloadprofani-tty-88f423afea539bb7c1faa970d989d3e858d874f6.tar.gz
Rename jabber_ functions
Diffstat (limited to 'src/config')
-rw-r--r--src/config/scripts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/scripts.c b/src/config/scripts.c
index ef203fcb..0f8800d8 100644
--- a/src/config/scripts.c
+++ b/src/config/scripts.c
@@ -159,7 +159,7 @@ scripts_exec(const char *const script)
     while ((read = getline(&line, &len, scriptfile)) != -1) {
         ProfWin *win = wins_get_current();
         cmd_process_input(win, line);
-        jabber_process_events(10);
+        session_process_events(10);
         ui_update();
     }