aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-17 03:36:11 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-17 03:36:14 +0200
commit55a5713c0ad2553ca9a253d641bd98dd4b72bc60 (patch)
tree0deedafd25a85481c0bced0f6df2433a04a28961 /src
parente4cc9c03bf2578cbe2b8c9e909e9803ff856dd9d (diff)
Remove default messages
Diffstat (limited to 'src')
-rw-r--r--src/Channel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Channel.cpp b/src/Channel.cpp
index c1e63ea..f67eb4c 100644
--- a/src/Channel.cpp
+++ b/src/Channel.cpp
@@ -19,10 +19,10 @@ namespace dchat
{
addUserLocally(localUser);
- addLocalMessage(u8"[emoji](https://discordemoji.com/assets/emoji/PepeDab.gif) deaf [emoji](https://discordemoji.com/assets/emoji/COGGERS.gif)", &systemUser, 0, odhtdb::Hash());
- addLocalMessage(u8"[emoji](https://discordemoji.com/assets/emoji/PepeDab.gif)[emoji](https://discordemoji.com/assets/emoji/COGGERS.gif)", &systemUser, 0, odhtdb::Hash());
- addLocalMessage(u8"pepedab https://discordemoji.com/assets/emoji/PepeDab.gif coggers https://discordemoji.com/assets/emoji/COGGERS.gif check out this url http://www.grandtournation.com/6808/start-date-of-the-grand-tour-season-3-confirmed-mark-your-calendars/ owo", &systemUser, 0, odhtdb::Hash());
- addLocalMessage(u8"ht clic", &systemUser, 0, odhtdb::Hash());
+ //addLocalMessage(u8"[emoji](https://discordemoji.com/assets/emoji/PepeDab.gif) deaf [emoji](https://discordemoji.com/assets/emoji/COGGERS.gif)", &systemUser, 0, odhtdb::Hash());
+ //addLocalMessage(u8"[emoji](https://discordemoji.com/assets/emoji/PepeDab.gif)[emoji](https://discordemoji.com/assets/emoji/COGGERS.gif)", &systemUser, 0, odhtdb::Hash());
+ //addLocalMessage(u8"pepedab https://discordemoji.com/assets/emoji/PepeDab.gif coggers https://discordemoji.com/assets/emoji/COGGERS.gif check out this url http://www.grandtournation.com/6808/start-date-of-the-grand-tour-season-3-confirmed-mark-your-calendars/ owo", &systemUser, 0, odhtdb::Hash());
+ // addLocalMessage(u8"ht clic", &systemUser, 0, odhtdb::Hash());
if(database)
database->seed(databaseNodeInfo);