Skip to content

Instantly share code, notes, and snippets.

View rcmaehl's full-sized avatar

Robert C. Maehl rcmaehl

View GitHub Profile
IRC-UDFs
========
AutoIt IRC UDFs, UDFs to connect to IRC using TCP Functions, as well as perform actions once connected.
Notes:
Originally created by Chip.
UDF Headers Updated compared to old script.
If Not StringIsInt(StringReplace(GUICtrlRead($hCores), ",", "")) Or StringRight(GUICtrlRead($hCores),1) = "," Or StringLeft(GUICtrlRead($hCores),1) = "," Then ; WHAT IS REGEX T_T