MCPcopy Create free account
hub / github.com/NetHack/NetHack / dotalk

Function dotalk

src/sounds.c:1244–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244RESTORE_WARNING_FORMAT_NONLITERAL
1245
1246/* #chat command */
1247int
1248dotalk(void)
1249{
1250 int result;
1251
1252 result = dochat();
1253 return result;
1254}
1255
1256staticfn int
1257dochat(void)

Callers

nothing calls this directly

Calls 1

dochatFunction · 0.85

Tested by

no test coverage detected