summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index ca6857d..7b11a23 100644
--- a/index.js
+++ b/index.js
@@ -174,7 +174,7 @@ function sendPm(message, nick) {
}
function setTopic(channel, topic) {
- client.send("TOPIC", channel, topic);
+ client.raw("TOPIC", channel, topic);
}
function joinChannel(channel, sendJoin) {