]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / hash.h
index 7957ee1b1f636b31e28d4208d0262aef2961a5db..e759e0c704ed7b285552c5eb310b071b8c680507 100644 (file)
@@ -270,7 +270,7 @@ int ChannelExemptExists(struct chanNode *channel, const char *exempt);
 
 typedef int (*topic_func_t)(struct userNode *who, struct chanNode *chan, const char *old_topic);
 void reg_topic_func(topic_func_t handler);
-void SetChannelTopic(struct chanNode *channel, struct userNode *user, const char *topic, int announce);
+void SetChannelTopic(struct chanNode *channel, struct userNode *service, struct userNode *user, const char *topic, int announce);
 struct userNode *IsInChannel(struct chanNode *channel, struct userNode *user);
 
 void init_structs(void);