gdinit
bac141898b
Correct spelling of some client messages, comments and function names
2017-10-20 14:57:17 +11:00
Kevin Easton
3816ea7494
Don't execute an empty command for an empty branch in an /IF.
...
Old behaviour was that /if (0) { echo y } would execute an empty command for the missing else
case, which winds up doing send_text("").
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@513 13b04d17-f746-0410-82c6-800466cd88b0
2014-10-27 12:05:16 +00:00
Kevin Easton
5bfda51bce
Simplify fixes to /fe, /fec (put /fe and /fec back into one loop).
...
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@32 13b04d17-f746-0410-82c6-800466cd88b0
2008-05-07 08:38:12 +00:00
Kevin Easton
a7ba47b046
Rewrite of the /FE scripting function, fixing these four problems:
...
fe ( x$chr(9)y ) a { echo $a }
(Crashes)
fe ( abc def ) xyz{ echo [$xyz] [$xy] }
(Uses wrong variable name)
fe ( abc def ) x{ echo $x }
(Endless loop)
fe ( abc def ) { echo x }
(Wrong error message)
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@30 13b04d17-f746-0410-82c6-800466cd88b0
2008-05-01 08:20:42 +00:00
Kevin Easton
533c3dbcbf
Turn on SVN keyword replacement for $Date$, $Author$, $Revision$, $Id$ for all
...
*.c and *.h files.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/branches/ircii-pana-1.1@3 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:49:14 +00:00
Kevin Easton
28febcfea9
Initial import of the ircii-pana-1.1-final source tree.
...
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:25:32 +00:00