Coder Social home page Coder Social logo

easychat_only_local oversights about easychat HOT 3 CLOSED

earu avatar earu commented on June 5, 2024
easychat_only_local oversights

from easychat.

Comments (3)

Earu avatar Earu commented on June 5, 2024

@Cynosphere I'm not sure I understand fully the issue, what happens with greentext and local? Does it not add the (Local) tag or ?

The code in question is this:

local EC_ONLY_LOCAL = CreateConVar("easychat_only_local", "0", FCVAR_ARCHIVE, "Shows only local chat")
EasyChat.RegisterConvar(EC_ONLY_LOCAL, "Only show local chat messages")

hook.Add("OnPlayerChat", "only_local", function(_, _, _, _, is_local)
	if not EC_ONLY_LOCAL:GetBool() then return end
	if not is_local then return true end
end)

return "Only Local"

Which you can find here https://gitlab.com/metastruct/internal/srvaddons/-/blob/master/Chat/lua/easychat/modules/client/only_local.lua

Unfortunately I'm unsure what can be done here as both greentext and this meta-specific module are using the OnPlayerChat hook.

from easychat.

Cynosphere avatar Cynosphere commented on June 5, 2024

Could either move Only Local to base (not ideal without gamemode checks or what not) or just check if the convar exists and if its active and local chat. Other than that, I didn't realize it was meta-specific and thought it was apart of base.

from easychat.

Earu avatar Earu commented on June 5, 2024

I've moved the module inside EasyChat where it makes the most sense: 7a33a6b

from easychat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.