1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00

Cleaned up

This commit is contained in:
Tristan B. Kildaire 2020-09-28 20:42:40 +02:00
parent f1219170ec
commit ff1aba9dc1

View File

@ -308,8 +308,6 @@ public class DConnection : Thread
string channelList = cast(string)message.data[1..message.data.length];
string[] channels = split(channelList, ",");
writeln("channels, ", channels);
/**
* Loop through each channel, check if it
* exists, if so join it, else create it