Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add RegisterBug LuaMod #4209

Merged
merged 6 commits into from
Mar 30, 2024
Merged

Conversation

xackery
Copy link
Contributor

@xackery xackery commented Mar 26, 2024

This PR adds a new lua mod called RegisterBug.

Setting IgnoreDefaults to true allows you to bypass the default bug reporting flow. Setting IgnoreDefaults to false let's you handle bugs both in game and via a lua hook.

This compliments another project of mine, githubeq, that I'm writing to submit bug reports directly to github instead of managing them in game.

@Kinglykrab Kinglykrab changed the title Add RegisterBug LuaMod [Feature] Add RegisterBug LuaMod Mar 27, 2024
zone/lua_mod.cpp Outdated Show resolved Hide resolved
zone/client.cpp Outdated Show resolved Hide resolved
zone/lua_mod.cpp Outdated Show resolved Hide resolved
zone/lua_parser.h Outdated Show resolved Hide resolved
zone/lua_parser.cpp Outdated Show resolved Hide resolved
zone/lua_mod.h Outdated Show resolved Hide resolved
@Kinglykrab
Copy link
Contributor

Looks good, small questions/comments.

@Kinglykrab Kinglykrab merged commit e19f72f into EQEmu:master Mar 30, 2024
1 check passed
MortimerGreenwald pushed a commit to MortimerGreenwald/Server that referenced this pull request Apr 15, 2024
* Add RegisterBug LuaMod

* Add missing header

* Add missing header to lua_mod

* Fix RegisterBug ignore_default

* Fix ignore_default

* Fix formatting
@Akkadius Akkadius mentioned this pull request Apr 15, 2024
@xackery xackery deleted the xackery/registerbug branch May 18, 2024 09:15
@xackery
Copy link
Contributor Author

xackery commented May 18, 2024

Documentation updated at https://docs.eqemu.io/server/scripting/lua-mods/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants