mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
Allow mask or regex for IRC command /ignore (mask is default)
This commit is contained in:
@@ -312,6 +312,7 @@ plugin_load (const char *filename)
|
||||
new_plugin->string_remove_quotes = &string_remove_quotes;
|
||||
new_plugin->string_strip = &string_strip;
|
||||
new_plugin->string_has_highlight = &string_has_highlight;
|
||||
new_plugin->string_mask_to_regex = &string_mask_to_regex;
|
||||
new_plugin->string_explode = &string_explode;
|
||||
new_plugin->string_free_exploded = &string_free_exploded;
|
||||
new_plugin->string_split_command = &string_split_command;
|
||||
|
||||
Reference in New Issue
Block a user