mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +00:00
New version of infobot.gib that supports factoid locking, and an
insignificant change to the GIB docs.
This commit is contained in:
parent
21e0e342a0
commit
645b7ca3d6
2 changed files with 7 additions and 3 deletions
|
@ -159,8 +159,12 @@ function infobot::forgetFactoid_f {
|
||||||
}
|
}
|
||||||
fact = $(infobot::makeKey $args[3])
|
fact = $(infobot::makeKey $args[3])
|
||||||
if #{facts.$fact} {
|
if #{facts.$fact} {
|
||||||
delete facts.$fact
|
if ${facts.${fact}[2]} {
|
||||||
infobot::say $args[2], ": I forgot about ", $args[3], "."
|
infobot::say $args[2], ": That factoid is locked."
|
||||||
|
} else {
|
||||||
|
delete facts.$fact
|
||||||
|
infobot::say $args[2], ": I forgot about ", $args[3], "."
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
infobot::say $args[2], ": I don't know anything about ", $args[3], "."
|
infobot::say $args[2], ": I don't know anything about ", $args[3], "."
|
||||||
}
|
}
|
||||||
|
|
|
@ -1958,7 +1958,7 @@ Figure
|
||||||
break
|
break
|
||||||
\family default
|
\family default
|
||||||
and its output, while Figure
|
and its output, while Figure
|
||||||
\begin_inset LatexCommand \vref{cap:continue}
|
\begin_inset LatexCommand \ref{cap:continue}
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue