aboutsummaryrefslogtreecommitdiff
path: root/src/irc/ctcp.lua
AgeCommit message (Collapse)Author
2007-09-04make low_quote and ctcp_quote take multiple arguments, so they look cleanerjluehrs2
2007-09-04start changing things over from testing for type (string/table) to find ctcp ↵jluehrs2
messages to making things more explicit. this fixes _ctcp_split.
2007-09-04there shouldn't ever be a reason to not want to strip ctcp quoting off when ↵jluehrs2
splitting, so remove that option
2007-09-04split between internal/public functions in ctcp.luajluehrs2
2007-09-02document the ctcp modulejluehrs2
2007-08-26add all of the current filesjluehrs2