mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
php: rename print functions
Rename: - printf to print - printf_date_tags to print_date_tags - printf_y to print_y - log_printf to log_print
This commit is contained in:
@@ -107,10 +107,10 @@ PHP_FUNCTION(weechat_key_bind);
|
||||
PHP_FUNCTION(weechat_key_unbind);
|
||||
PHP_FUNCTION(weechat_prefix);
|
||||
PHP_FUNCTION(weechat_color);
|
||||
PHP_FUNCTION(weechat_printf);
|
||||
PHP_FUNCTION(weechat_printf_date_tags);
|
||||
PHP_FUNCTION(weechat_printf_y);
|
||||
PHP_FUNCTION(weechat_log_printf);
|
||||
PHP_FUNCTION(weechat_print);
|
||||
PHP_FUNCTION(weechat_print_date_tags);
|
||||
PHP_FUNCTION(weechat_print_y);
|
||||
PHP_FUNCTION(weechat_log_print);
|
||||
PHP_FUNCTION(weechat_hook_command);
|
||||
PHP_FUNCTION(weechat_hook_completion);
|
||||
PHP_FUNCTION(weechat_hook_completion_get_string);
|
||||
|
||||
Reference in New Issue
Block a user