Sets the default action if a weblink fails or times out. If set to 'allow', the action is allowed as it would if a weblink was not configured. If set to 'deny', the operation is prohibited.
Examples:
/as security weblink signon default deny
/as security weblink join default allow
Sets the URL referred to each time a user attempts to join a channel. The chat server will retrieve this URL every time a user attempts to join a new channel. Parameters that will be passed include:
action=join
nick=<nickname>
user=<username>
pass=<password>
host=<host_name>
ip=<source_IP>
guid=<assigned_GUID>
chan=<requested_channel>
create=<true|false> (Would this join create the channel?)
oper=<true|false> (Is the client an operator?)
sa=<true|false> (Is the client an admin?)
The script may return "allow=true" to allow the join or "allow=false" to refuse it. It may also return a message to be sent to the user. Any special modes to be applies (such as +o or +v) may be specified in the "mode" return parameter.
Examples:
/as security weblink join url http://server.webmaster.com.com/chan.cgi
Sets the URL referred to each time a user attempts to change his nickname. The chat server will retrieve this URL every time a user attempts to change nicknames. Parameters that will be passed include:
action=join
nick=<nickname>
user=<username>
pass=<password>
host=<host_name>
ip=<source_IP>
guid=<assigned_GUID>
new_nick=<requested_nickname>
The script may return "allow=true" to allow the change or "allow=false" to refuse it.
Examples:
/as security weblink nickchange url http://server.webmaster.com.com/nickchange.cgi
Sets the URL referred to when a sign on to the server takes place. The chat server will retrieve this URL every time a new user signs on to the chat server. Parameters that will be passed include:
action=connect
nick=<requested_nickname>
user=<username>
pass=<password>
host=<host_name>
ip=<source_IP>
guid=<assigned_GUID>
The script may return "allow=true" to allow the connection or "allow=false" to refuse the join. It may also return a message to be sent to the user.
Examples:
/as security weblink signon url http://server.webmaster.com.com/login.cgi
Sets the number of seconds to wait for a web server accessed to a weblink to respond before the server takes the default action.
Examples:
/as security weblink timeout 5