summaryrefslogtreecommitdiff
path: root/src/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.cpp')
-rw-r--r--src/message.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/message.cpp b/src/message.cpp
index 9fc057a5f..c2ac34d88 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -363,6 +363,7 @@ char* cmode(userrec *user, chanrec *chan)
}
}
}
+ return "";
}
/* returns the status value for a given user on a channel, e.g. STATUS_OP for
@@ -399,6 +400,7 @@ int cstatus(userrec *user, chanrec *chan)
}
}
}
+ return STATUS_NORMAL;
}
/* returns 1 if user u has channel c in their record, 0 if not */