Author: DNB
Date: Sun Apr 10 00:00:35 2005
New Revision: 10
Modified:
trunk/channel.c
Log:
correct typo's
Modified: trunk/channel.c
==============================================================================
--- trunk/channel.c (original)
+++ trunk/channel.c Sun Apr 10 00:00:35 2005
@@ -27,8 +27,8 @@
* Set Main Yahtzee Game Channel
*/
int ys_cmd_set_chan(CmdParams* cmdparams, SET_REASON reason) {
- Channel *c, c2;
- GameData *gd, gd2;
+ Channel *c, *c2;
+ GameData *gd, *gd2;
if (reason == SET_VALIDATE) {
c = FindChannel(YahtzeeServ.yahtzeeroom);
@@ -44,7 +44,7 @@
}
}
c2 = FindChannel(cmdparams->av[1]);
- if (!c2)
+ if (!c2) {
irc_prefmsg (ys_bot, cmdparams->source, "Target Channel MUST be online.");
return NS_FAILURE;
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.