View Issue Details

IDProjectCategoryView StatusLast Update
0004022unrealmodule apipublic2011-06-13 19:59
Reporterdboyz Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.8 
Summary0004022: Unusual behavior when m_nocaps is loaded and chmode +d is unset
DescriptionThis is what happens when I remove chmode +d

--> On my side <--
[13:35:06] * DBoyz sets mode: -d
[13:35:09] <@DBoyz> TEST
[13:35:13] <@DBoyz> test
[13:35:19] <@DBoyz> TEST
[13:35:21] <@DBoyz> test
[13:35:23] <@DBoyz> hello
[13:35:25] <@DBoyz> HELLO
[13:35:32] <@DBoyz> 123456789
[13:35:40] * @DBoyz says hello
[13:35:44] * @DBoyz HI

--> On the Viewer's Side <--
[13:35:06] * DBoyz sets mode: -d
[13:35:10] <@DBoyz> ? h?
[13:35:13] <@DBoyz> ? h?
[13:35:20] <@DBoyz> ? h?
[13:35:22] <@DBoyz> ? h?
[13:35:23] <@DBoyz> ? h?
[13:35:25] <@DBoyz> ? h?
[13:35:32] <@DBoyz> ? h?
[13:35:40] <@DBoyz> ? h?
[13:35:44] <@DBoyz> ? h?
Additional InformationThis is my first try in loading a third party module.
TagsNo tags attached.
3rd party modulesm_nocaps

Activities

syzop

2011-06-13 19:59

administrator   ~0016669

Well, what can I say.. fix your module ? :)
I'm sorry, but this is a bugtracker, not a forum to help you with coding your module.

Most likely you are not returning a static string (static char), or: you are returning an uninitialized string. In any case.. not UnrealIRCd's fault.

Issue History

Date Modified Username Field Change
2011-06-13 07:39 dboyz New Issue
2011-06-13 19:59 syzop Note Added: 0016669
2011-06-13 19:59 syzop Status new => closed
2011-06-13 19:59 syzop Assigned To => syzop
2011-06-13 19:59 syzop Resolution open => no change required
2017-01-06 15:48 syzop Category module => module api