mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
attempt to make irc error messages more informative
This commit is contained in:
parent
613715cb17
commit
d91e0894c1
3 changed files with 11 additions and 5 deletions
|
@ -158,11 +158,7 @@ render(string mc, string data, mapping vars, mixed source) {
|
|||
mixed t;
|
||||
|
||||
P3(("common:render %O %O\n", ME, data));
|
||||
#if 1 // def IRCEXPERIMENTAL
|
||||
template = T(mc, 0); // enable textdb inheritance
|
||||
#else
|
||||
template = T(mc, "");
|
||||
#endif
|
||||
#ifndef _flag_disable_stamp_time_IRC
|
||||
t = vars["_time_place"] || vars["_time_log"];
|
||||
// this goes thru ->v()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue