Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1244
RESTORE_WARNING_FORMAT_NONLITERAL
1245
1246
/* #chat command */
1247
int
1248
dotalk(void)
1249
{
1250
int result;
1251
1252
result = dochat();
1253
return result;
1254
}
1255
1256
staticfn int
1257
dochat(void)
Callers
nothing calls this directly
Calls
1
dochat
Function · 0.85
Tested by
no test coverage detected