RefinedCode
Well-known member
- Joined
- Feb 1, 2011
- Messages
- 930
- Thread Author
- #1
Hello! I have an idea that could help fix the problem that I understand is the reason why IRC is down. Which is the faction chat being visible. A solution could be :
Step 1:
Using the /f config command add an invisible code to the faction chat by using colors:
so /f config factionChatFormat %s:§f§c§f %s
and /f config allianceChatFormat §d%:§f§c§f %s
This ensures that the faction chat would still be white, but would have a color code that no other chat string would have: §f§c§f
Step 2:
Modify the IRC code to filter out any strings containing §f§c§f. I dont know what you use to hook irc but if I did i could tell you how to modify the code to add this. It would be a tiny change to the code which could either be done by decompiling or pulling it from github if the author has provided the code.
Just a thought! I know many people miss IRC
Step 1:
Using the /f config command add an invisible code to the faction chat by using colors:
so /f config factionChatFormat %s:§f§c§f %s
and /f config allianceChatFormat §d%:§f§c§f %s
This ensures that the faction chat would still be white, but would have a color code that no other chat string would have: §f§c§f
Step 2:
Modify the IRC code to filter out any strings containing §f§c§f. I dont know what you use to hook irc but if I did i could tell you how to modify the code to add this. It would be a tiny change to the code which could either be done by decompiling or pulling it from github if the author has provided the code.
Just a thought! I know many people miss IRC