Added in 1.9.2

$dll(N/filename)

Returns the Nth loaded DLL or the matched DLL file.

Parameters

Added in 1.9.2

N/Filename - The Nth loaded DLL or the DLL file to match.

$dll(filename, procname, data)

Returns the value resulting from a call to a DLL designed to work with AdiIRC.

Parameters

filename - DLL file to call.
procname - Procname in the DLL file to call.
data - Data to send.