You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let connect_mvar =Cli_state.Connect.connect_me config ui_mvar state_mvar users in
114
119
let state =Cli_state.empty_state cfgdir config users connect_mvar state_mvar in
115
120
116
-
let greeting =
117
-
"multi user chat support: see you at /join jackline@conference.jabber.ccc.de (use ArrowUp key); \
118
-
type /help for help"
119
-
and sender =`Local (`Full myjid, "welcome to jackline "^Utils.version) in
120
-
Cli_state.add_status ~kind:`Info state sender greeting ;
121
+
let greetings = [
122
+
"welcome to jackline r"^Utils.version ;
123
+
"type /help for command list" ;
124
+
"* configurable colours! '((Presence \"cyan\") (Success \"lightgreen\"))' in your ~/.config/ocaml-xmpp-client/colours.sexp (see https://github.com/hannesm/jackline for details)" ;
0 commit comments