mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-10 07:10:33 +00:00
5217251e94
Note: this doesn't enable emoji completion. Weechat seems to require hooking on the commands /input complete_* rather than just invoking hook_completion.
11 lines
328 B
C
11 lines
328 B
C
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, version 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#ifndef _SLACK_COMPLETION_H_
|
|
#define _SLACK_COMPLETION_H_
|
|
|
|
void slack_completion_init();
|
|
|
|
#endif /*SLACK_COMPLETION_H*/
|