1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Renamed constants for return codes in plugins

This commit is contained in:
Sebastien Helleu
2007-12-10 18:42:07 +01:00
parent c9ceee421e
commit 4993b2f661
12 changed files with 276 additions and 276 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
weechat_printf (__buffer, \
_("%sirc: too few arguments for \"%s\" command"), \
weechat_prefix ("error"), __command); \
return PLUGIN_RC_FAILED;
return WEECHAT_RC_ERROR;
extern void irc_command_quit_server (struct t_irc_server *, char *);