[Shadowirc-commits] CVS: shadowirc/pluginsAPI ShadowIRC.h,1.72,1.73
Status: Alpha
Brought to you by:
dshadow
|
From: John B. <ds...@us...> - 2005-02-07 05:46:04
|
Update of /cvsroot/shadowirc/shadowirc/pluginsAPI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23736/pluginsAPI Modified Files: ShadowIRC.h Log Message: Correctly route notices to @#channel target Index: ShadowIRC.h =================================================================== RCS file: /cvsroot/shadowirc/shadowirc/pluginsAPI/ShadowIRC.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- ShadowIRC.h 26 Jan 2005 04:14:45 -0000 1.72 +++ ShadowIRC.h 7 Feb 2005 05:45:51 -0000 1.73 @@ -1217,8 +1217,9 @@ char displayUserHost; //If true, displays the person's userhost. defaults to targMe && mainPrefs->showUserHostsWithMsgs char toConsole; //Force to console char dontSound; //If true, don't play a sound. + char wallchops; //If true, message was targed to @#channel -char unused[3]; +char unused[2]; MWPtr redirect; //If not nil, redirect output to this message window. } pServerNOTICEDataRec, *pServerNOTICEDataPtr; |