aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc/ctcp.lua
Commit message (Collapse)AuthorAgeFilesLines
* make low_quote and ctcp_quote take multiple arguments, so they look cleanerjluehrs22007-09-041-4/+6
|
* start changing things over from testing for type (string/table) to find ctcp ↵jluehrs22007-09-041-5/+9
| | | | messages to making things more explicit. this fixes _ctcp_split.
* there shouldn't ever be a reason to not want to strip ctcp quoting off when ↵jluehrs22007-09-041-8/+4
| | | | splitting, so remove that option
* split between internal/public functions in ctcp.luajluehrs22007-09-041-12/+12
|
* document the ctcp modulejluehrs22007-09-021-11/+31
|
* add all of the current filesjluehrs22007-08-261-0/+93