1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/modules/irc
2018-02-06 01:31:07 +02:00
..
Common.cpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Common.hpp Update copyright year to 2018. 2018-01-28 23:13:41 +02:00
Constants.cpp Rvised the API distribution system to avoid segmentation fault crashes on Linux and make the overal code cleaner. 2016-07-17 03:24:07 +03:00
Makefile Initial commit of a command-line build system based on the classic Makefile. Windows only. 2018-02-06 01:31:07 +02:00
Module.cpp Release the null lightweight object references as well. 2017-06-16 02:22:48 +03:00
Session.cpp Make builtin formatted strings default to false to avoid trying to perform a format in cases where it can be folled by a following parameters that are not meant to be part of that formatted string. 2017-06-18 20:25:12 +03:00
Session.hpp Implement methods to send messages with style formatting in the IRC module. Should close #7 2016-08-16 21:38:04 +03:00