summaryrefslogtreecommitdiff
path: root/src/protocol/hybrid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/hybrid.c')
-rw-r--r--src/protocol/hybrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c
index 1f23a918c..0ceceb017 100644
--- a/src/protocol/hybrid.c
+++ b/src/protocol/hybrid.c
@@ -714,7 +714,7 @@ void hybrid_cmd_unsqline(char *user)
void hybrid_cmd_join(char *user, char *channel, time_t chantime)
{
- send_cmd(NULL, "SJOIN %ld %s + :%s", (long int) time(NULL), channel,
+ send_cmd(NULL, "SJOIN %ld %s + :%s", (long int) chantime, channel,
user);
}