Skip to content
Snippets Groups Projects
Commit b488e565 authored by Nils Görs's avatar Nils Görs
Browse files

colorize_nicks 25: fix unable to run function colorize_config_reload_cb (issues #260)

parent c84bcd21
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,8 @@
#
#
# History:
# 2018-03-18: nils_2
# version 25: fix unable to run function colorize_config_reload_cb()
# 2017-06-20: lbeziaud <louis.beziaud@ens-rennes.fr>
# version 24: colorize utf8 nicks
# 2017-03-01, arza <arza@arza.us>
Loading
Loading
@@ -81,7 +83,7 @@ w = weechat
 
SCRIPT_NAME = "colorize_nicks"
SCRIPT_AUTHOR = "xt <xt@bash.no>"
SCRIPT_VERSION = "24"
SCRIPT_VERSION = "25"
SCRIPT_LICENSE = "GPL"
SCRIPT_DESC = "Use the weechat nick colors in the chat area"
 
Loading
Loading
@@ -108,7 +110,7 @@ def colorize_config_init():
'''
global colorize_config_file, colorize_config_option
colorize_config_file = weechat.config_new(CONFIG_FILE_NAME,
"colorize_config_reload_cb", "")
"", "")
if colorize_config_file == "":
return
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment