1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 17:43:12 +02:00

- Made so every join is a SJOIN to prevent TS0 problems. Read config.h to disable this if it causes problems

This commit is contained in:
stskeeps
2002-08-25 05:04:58 +00:00
parent 154860ee3a
commit 63ece5f2bc
3 changed files with 29 additions and 24 deletions
+5
View File
@@ -190,6 +190,11 @@
*/
#undef TOPIC_NICK_IS_NUHOST
/*
* Use JOIN instead of SJOIN on every remotely sent JOIN
*/
#undef JOIN_INSTEAD_OF_SJOIN_ON_REMOTEJOIN
/*
** Freelinks garbage collector -Stskeeps
**