--- allchat.sma 2007/10/30 09:08:11 1 +++ allchat.sma 2007/11/20 22:36:56 25 @@ -2,12 +2,21 @@ AllChat v1.1 Copyright (C) 2006-2007 Ian (Juan) Cammarata -This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with this program; go to http://www.opensource.org/licenses/gpl-license.php +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . +-------------------------------------------------------------------------------- +http://ian.cammarata.us Description: This plugin does for chat what sv_alltalk does for voice. Dead and alive and spectating players can all see each others chat messages. Team chat is still only visible among your team, but with no regard for whether you are dead or alive. By default this plugin works depending on whether or not sv_alltalk is on. It can be forced to be on all the time, as well as setting custom colors for messages that come from admins. @@ -223,4 +232,4 @@ register_message( get_user_msgid("SayText"), "col_changer" ) return PLUGIN_CONTINUE -} \ No newline at end of file +}