[DiscordArchive] interesting is that we have command .kick charname but there isnt command for .kick account correct?
[DiscordArchive] interesting is that we have command .kick charname but there isnt command for .kick account correct?
Archived author: luckydead0894 • Posted: 2023-12-29T11:00:18.818000+00:00
Original source
interesting is that we have command .kick charname but there isnt command for .kick account correct?
.text+0x2): undefined reference to `Addmod_acScripts()'
.text+0x7): undefined reference to `Addmod_ahbotScripts()'
.text+0x12): undefined reference to `Addmod_worldchatScripts()'Archived author: Qeme • Posted: 2023-12-29T11:40:18.601000+00:00
Original source
Hey, could someone help me with this? Errors when trying to build with modules. I have git cloned them into repo/modules/mod-xx
Regular build w/o modules goes fine.
Ubuntu 22
```/usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
ModulesLoader.cpp
.text+0x2): undefined reference to `Addmod_acScripts()'
/usr/bin/ld: ModulesLoader.cpp
.text+0x7): undefined reference to `Addmod_ahbotScripts()'
/usr/bin/ld: ModulesLoader.cpp
.text+0x12): undefined reference to `Addmod_worldchatScripts()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:192: src/server/apps/worldserver] Error 1
make[1]: *** [CMakeFiles/Makefile2:1020: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2```
```root@AzcoreServer:~/azcorerepo/modules# ls
CMakeLists.txt create_module.sh how_to_make_a_module.md mod-ac mod-ahbot mod-eluna ModulesLoader.cpp.in.cmake ModulesPCH.h ModulesScriptLoader.h mod-worldchat```
```root@AzcoreServer:~/azcorerepo/modules/mod-worldchat# ls
conf data include.sh LICENSE pull_request_template.md src```
```root@AzcoreServer:~/azcorerepo/modules/mod-eluna# ls
conf _config.yml icon.png include.sh LICENSE README_CN.md README_ES.md README.md sql src```
Archived author: Roboto • Posted: 2023-12-29T12:13:03.468000+00:00
Original source
The module folders need to follow a strict naming convention. For instance, `mod-ah-bot`, you're missing a hyphen
Archived author: Roboto • Posted: 2023-12-29T12:14:23.367000+00:00
Original source
Same with `mod-world-chat`
Archived author: Roboto • Posted: 2023-12-29T12:15:16.523000+00:00
Original source
Not sure what `mod-ac` is