Home
last modified time | relevance | path

Searched refs:opermotd (Results 1 – 15 of 15) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_opermotd.cpp45 file_cache opermotd; member in CommandOpermotd
69 if (opermotd.empty()) in ShowOperMOTD()
78 for (file_cache::const_iterator i = opermotd.begin(); i != opermotd.end(); ++i) in ShowOperMOTD()
112 cmd.opermotd.clear(); in ReadConfig()
119 cmd.opermotd = reader.GetVector(); in ReadConfig()
120 InspIRCd::ProcessColors(cmd.opermotd); in ReadConfig()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_opermotd.c98 motdline = tld->opermotd.lines; in CMD_FUNC()
100 motdline = opermotd.lines; in CMD_FUNC()
/dports/irc/epic4/epic4-2.10.9/script/
H A Dhybrid699 @ opermotd = [NO]
101 on ^server_notice "*Start of OPER MOTD*" @ opermotd = [YES]
102 on ^server_notice "*End" @ opermotd = [NO]
107 if (opermotd == [YES]) {
108 return $cparse(%K[%w opermotd%K]%n) $2-
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c63 aMotdFile opermotd; variable
625 read_motd(tlds->opermotd_file, &tlds->opermotd); in rehash_motdrules()
636 read_motd(conf_files->opermotd_file, &opermotd); in reread_motdsandrules()
795 read_motd(conf_files->opermotd_file, &opermotd); in CMD_FUNC()
H A Dircd.c1106 memset(&opermotd, '\0', sizeof(aMotdFile)); in main()
1601 read_motd(conf_files->opermotd_file, &opermotd); in main()
H A Ds_conf.c2264 free_motd(&tld_ptr->opermotd); in config_rehash()
4414 read_motd(cep->ce_vardata, &ca->opermotd); in _conf_tld()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dh.h759 extern MODVAR aMotdFile opermotd, svsmotd, motd, botmotd, smotd, rules;
H A Dstruct.h1267 aMotdFile rules, motd, smotd, botmotd, opermotd; member
/dports/irc/unreal/Unreal3.2.10.7/src/win32/
H A Dgui.c586 read_motd(conf_files->opermotd_file, &opermotd); in MainDLG()
/dports/irc/unreal/Unreal3.2.10.7/doc/
H A Dexample.es.conf548 /* opermotd oper.motd; */
H A Dexample.hu.conf564 /* opermotd oper.motd; */
/dports/irc/inspircd/inspircd-3.11.0/docs/conf/
H A Dmodules.conf.example1659 #<module name="opermotd">
1663 # If you are using the opermotd module, specify the motd file here. #
1668 #<opermotd file="opermotd.txt" onoper="yes">
H A Dhelpop.conf.example651 <helpop key="opermotd" title="/OPERMOTD [<servername>]" value="
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older1027 - Someone removed tkl and opermotd from the command hash (breaks both commands)
2163 - Added error messages if not oper for: sdesc, mkpasswd, htm, rping, opermotd (#0000988).
2569 - Made /rehash reread botmotd and opermotd (#0001291).
3441 - Made /opermotd oper-only, bug reported by Bagge@ROXnet
3520 - Added the "IRC Operators Message Of The Day" to /opermotd
H A DChanges.old442 - Added the ability to specify a botmotd and opermotd in a tld {} (#0000176) suggested by