rcmaehl / IRC-UDFs

AutoIt IRC UDFs
6 stars 2 forks source link

Split _IRCMultiMode #10

Open rcmaehl opened 9 years ago

rcmaehl commented 9 years ago

Despite the old ways of having one function per IRC command, updating to UDF standards means _IRCMultiMode will have to be split into 4 functions.

_IRCChannelGetMode() _IRCChannelSetMode() _IRCUserGetMode() _IRCUserSetMode()