Skip to content
General IRCX

IRCX Addons

A TG007 community discussion started by Ozzy10.

Discussion 2 posts
Pinned topic
Pinned Open
Topic #7415 · 2 published posts · 13,753 views

Please feel free to post ircx addons here, but also remember that some people dont know too much about ircx and are learning.

Please make sure you post full code for your addon.

My code does NOT have bugs. It just develops random features.

This addon is for dialogs using an mdx style list. The reason for this addon is because the /didtok protocol won't work for lists using mdx.dll. Here is the code...

 

;How to use: /mdidtok dialogname did Character text
;Example1: /mdidtok Testlister 1 44 Test1,Test2,Test3,Test4
;Example2: /mdidtok Testlister 1 32 Test1 Test2 Test3 Test4
alias mdidtok {
  var %mdialog = $1 , %mdid = $2 , %mchar = $chr($3) , %mdidtok = $4-
  write mdidtok.txt $replace($4-,$chr($3),$crlf)
  if ($dialog(%mdialog)) loadbuf -ro %mdialog %mdid mdidtok.txt
  .remove mdidtok.txt
}