summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Bouthenot <kolter@openics.org>2006-10-28 19:29:05 +0000
committerEmmanuel Bouthenot <kolter@openics.org>2006-10-28 19:29:05 +0000
commit5473b39986481ae1876b2888c51d98006e6f5c6a (patch)
treea970db87f892d23553ac4a8fbf0e210f1a6d9f44
parentac297214e0532555a3f6422cc88403aab3294f03 (diff)
downloadweechat-5473b39986481ae1876b2888c51d98006e6f5c6a.zip
minor improvement in aspell plugin
-rw-r--r--src/plugins/aspell/weechat-aspell.c4
-rw-r--r--weechat/src/plugins/aspell/weechat-aspell.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c
index a0ef8e163..1d0220f9d 100644
--- a/src/plugins/aspell/weechat-aspell.c
+++ b/src/plugins/aspell/weechat-aspell.c
@@ -904,7 +904,7 @@ weechat_aspell_config_load(void)
weechat_aspell_plugin->free_exploded_string (weechat_aspell_plugin, servers_list);
}
- weechat_aspell_plugin->print (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
+ weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
return 1;
}
@@ -979,7 +979,7 @@ weechat_aspell_options_load(void)
aspell_plugin_options.color_name = strdup (_PLUGIN_OPTION_COLOR);
}
- weechat_aspell_plugin->print (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
+ weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
return 1;
}
diff --git a/weechat/src/plugins/aspell/weechat-aspell.c b/weechat/src/plugins/aspell/weechat-aspell.c
index a0ef8e163..1d0220f9d 100644
--- a/weechat/src/plugins/aspell/weechat-aspell.c
+++ b/weechat/src/plugins/aspell/weechat-aspell.c
@@ -904,7 +904,7 @@ weechat_aspell_config_load(void)
weechat_aspell_plugin->free_exploded_string (weechat_aspell_plugin, servers_list);
}
- weechat_aspell_plugin->print (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
+ weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
return 1;
}
@@ -979,7 +979,7 @@ weechat_aspell_options_load(void)
aspell_plugin_options.color_name = strdup (_PLUGIN_OPTION_COLOR);
}
- weechat_aspell_plugin->print (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
+ weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
return 1;
}