On SOCKLISTEN » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
Per Amundsen, 11/19/2015 10:24 AM
Added in 1.9.0
on <level>:SOCKLISTEN:name:<commands>
Triggers when someone tries to connect to a port that you are listening on using /socklisten.
See also on SOCKCLOSE, on SOCKREAD, on SOCKWRITE, /socklisten, /sockopen, /sockaccept, $sock, $sockbr, $sockerr, $sockname.
Parameters
<level> - The level for the event to trigger.
<name> - The $sockname to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.
Example
; Listen for requests to port 4242. /socklisten adiirc 4242 ; When someone is connecting, accept the connection. on *:SOCKLISTEN:adiirc:{ /sockaccept name }
Updated by Per Amundsen about 9 years ago · 5 revisions