diff options
Diffstat (limited to '')
-rw-r--r-- | src/purkle/purkle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c index 9a21700..97253cf 100644 --- a/src/purkle/purkle.c +++ b/src/purkle/purkle.c | |||
@@ -56,7 +56,7 @@ static int say(lua_State *L) | |||
56 | gl = lua_touserdata(L, -1); | 56 | gl = lua_touserdata(L, -1); |
57 | lua_pop(L, 1); | 57 | lua_pop(L, 1); |
58 | if (gl && gl->server) | 58 | if (gl && gl->server) |
59 | sendForth(gl->server, id, buf); | 59 | send2(gl->server, id, buf); |
60 | else | 60 | else |
61 | PW("PURKLE NOT SAY, no where to send %s", buf); | 61 | PW("PURKLE NOT SAY, no where to send %s", buf); |
62 | } | 62 | } |