SCRIPT_DESC="keep your nick and recover it in case it's occupied"
Loading
Loading
@@ -92,8 +97,8 @@ OPTIONS = { 'delay' : ('600','delay (in seconds) to look at
'timeout':('60','timeout (in seconds) to wait for an answer from server.'),
'serverlist':('','comma separated list of servers to look at. Try to register a nickname on server (see: /msg NickServ help).regular expression are allowed (eg. ".*" = matches ALL server,"freen.*" = matches freenode, freenet....)'),
'text':('Nickstealer left Network: %s!','text that will be displayed if your nick will not be occupied anymore. (\"%s\" is a placeholder for the servername)'),
'nickserv':('/msg -server $server NICKSERV IDENTIFY $passwd','Use SASL authentification, if possible. This command will be used to IDENTIFY you on server (following placeholder can be used: \"$server\" for servername; \"$passwd\" for password. The password will be stored in a separate option for every single server: \"plugins.var.python.%s.<servername>.password\"). Using the "/secure" function, you\'ll have to add a format described in "/help secure" to password option (eg: ${sec.data.keepnick_freenode_password})'%SCRIPT_NAME),
'command':('/nick %s','This command will be used to rename your nick (\"%s\" will be filled with your nickname for specific server)'),
'nickserv':('/msg -server $server NICKSERV IDENTIFY $passwd','Use SASL authentification, if possible. This command will be used to IDENTIFY you on server (following placeholder can be used: \"$server\" for servername; \"$passwd\" for password). You can create an option for every server to store password: \"plugins.var.python.%s.<servername>.password\", otherwise the \"irc.server.<servername>.password\" option will be used.'%SCRIPT_NAME),
'command':('/nick %s','This command will be used to rename your nick (\"%s\" will be replaced with your nickname)'),
'debug':('off','When enabled, will output verbose debugging information during script operation'),