engine/plugins
Lance 5f7f5e662e Changed the "IRC_AddClientMessage" function so the newline marker \n was automatically appended to anything passed to it.
Added /whois and also a clean whois output result.
Commented/fixed out some lingering code which executed on connect like trying to set a password when no password is given.
Added default quit message "FTE Quakeworld IRC-Plugin http://fteqw.sf.net"
Filtering out some junk raw messages, like motd, "end of /whois", current users
Commented out some code in the /nick command so it acted like normal while connected.

example; msg = "Jack in the gray hat"
var1 will be "Jack in the gray hat"
var2 will be "in the gray hat"
var3 will be "the gray hat" etc


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1169 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-07-28 11:56:59 +00:00
..
hud Made ultra l33t. 2005-07-20 11:52:08 +00:00
irc Changed the "IRC_AddClientMessage" function so the newline marker \n was automatically appended to anything passed to it. 2005-07-28 11:56:59 +00:00
serverb server browser plugin files. 2004-10-15 00:47:51 +00:00
Makefile That's -C, not 0C :) 2005-06-15 15:04:34 +00:00
plugin.c Small revision. 2005-07-20 11:50:00 +00:00
plugin.def The four files used by ALL plugins. 2004-10-15 00:35:53 +00:00
plugin.h Small revision. 2005-07-20 11:50:00 +00:00
qvm_api.c Small revision. 2005-07-20 11:50:00 +00:00