X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fchannel.h;h=35caceb4946d1f6c4707e506fc8547cbc927055c;hb=36601a5de5f90e16188deadd271b70595b4cc237;hp=7c4a2995fe7d8226d7add8cec6cf3362ecfb6f5e;hpb=977a33f0978bec21b3c12a8c04a40bf56afe7334;p=umurmur.git diff --git a/src/channel.h b/src/channel.h index 7c4a299..35caceb 100644 --- a/src/channel.h +++ b/src/channel.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2009-2011, Martin Johansson - Copyright (C) 2005-2011, Thorvald Natvig +/* Copyright (C) 2009-2013, Martin Johansson + Copyright (C) 2005-2013, Thorvald Natvig All rights reserved. @@ -41,7 +41,8 @@ typedef struct channel { char *desc; char *password; struct channel *parent; - bool_t temporary, noenter; + bool_t temporary, noenter, silent; + int position; struct dlist node; struct dlist subs; struct dlist clients;