Home
last modified time | relevance | path

Searched refs:Motd (Results 1 – 25 of 114) sorted by relevance

12345

/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dmotd.c70 static struct Motd *
73 struct Motd* tmp; in motd_create()
83 tmp = (struct Motd *)MyMalloc(sizeof(struct Motd)); in motd_create()
114 motd_cache(struct Motd *motd) in motd_cache()
246 static struct Motd *
249 struct Motd *ptr; in motd_lookup()
352 struct Motd* tmp; in motd_recache()
391 struct Motd *tmp; in motd_add()
407 struct Motd *ptr, *next; in motd_clear()
434 struct Motd *ptr; in motd_report()
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dmotd.c46 struct Motd *local; /**< Local MOTD. */
47 struct Motd *remote; /**< Remote MOTD. */
57 static struct Motd *
98 motd_cache(struct Motd *motd) in motd_cache()
177 motd_decache(struct Motd *motd) in motd_decache()
200 motd_destroy(struct Motd *motd) in motd_destroy()
220 static struct Motd *
233 struct Motd *motd = node->data; in motd_lookup()
424 mtm += sizeof(struct Motd); in motd_memory_count()
431 mtm += sizeof(struct Motd); in motd_memory_count()
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dmotd.h53 struct Motd { struct
54 struct Motd* next; /**< Next MOTD in the linked list. */ argument
/dports/irc/smartirc4net/smartirc4net-1.1/src/
H A DConsts.cs63 Motd, enumerator
173 Motd = 372, enumerator
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/
H A DConsts.cs63 Motd, enumerator
173 Motd = 372, enumerator
/dports/net-im/ssh-chat/ssh-chat-1.10.1/cmd/ssh-chat/
H A Dcmd.go37 Motd string `long:"motd" description:"Optional Message of the Day file."` member
207 if options.Motd != "" {
209 motd, err := ioutil.ReadFile(options.Motd)
/dports/net-im/matterircd/matterircd-0.25.0/mm-go-irckit/
H A Dserver.go37 Motd() []string methodSpec
83 Motd []string member
145 func (s *server) Motd() []string { func
146 return s.config.Motd
/dports/devel/gitolite/gitolite-3.6.12/src/lib/Gitolite/Triggers/
H A DMotd.pm1 package Gitolite::Triggers::Motd;
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dmotd.h47 struct Motd struct
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/Templates/Standard/
H A DMotd.tt14 … the day. You can edit this in %s.", 'Kernel/Output/HTML/Templates/Standard/Motd.tt') | html %]</p>
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcCommands/
H A DRfc2812.cs192 public static string Motd() in Motd() method in Meebey.SmartIrc4net.Rfc2812
197 public static string Motd(string target) in Motd() method in Meebey.SmartIrc4net.Rfc2812
H A DIrcCommands.cs991 WriteLine(Rfc2812.Motd(), priority); in RfcMotd()
999 WriteLine(Rfc2812.Motd()); in RfcMotd()
1009 WriteLine(Rfc2812.Motd(target), priority); in RfcMotd()
1018 WriteLine(Rfc2812.Motd(target)); in RfcMotd()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcCommands/
H A DRfc2812.cs192 public static string Motd() in Motd() method in Meebey.SmartIrc4net.Rfc2812
197 public static string Motd(string target) in Motd() method in Meebey.SmartIrc4net.Rfc2812
H A DIrcCommands.cs991 WriteLine(Rfc2812.Motd(), priority); in RfcMotd()
999 WriteLine(Rfc2812.Motd()); in RfcMotd()
1009 WriteLine(Rfc2812.Motd(target), priority); in RfcMotd()
1018 WriteLine(Rfc2812.Motd(target)); in RfcMotd()
/dports/www/butterfly/butterfly-2.0.1/butterfly/
H A Dbutterfly.conf.default30 # Motd, path to custom message of the day file
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Output/Dashboard/
H A DMOTD.t49 …is is the message of the day. You can edit this in Kernel/Output/HTML/Templates/Standard/Motd.tt.";
/dports/irc/unreal/Unreal3.2.10.7/doc/
H A Dhelp.ru.conf514 help Motd {
H A Dhelp.tr.conf455 help Motd {
H A Dhelp.de.conf446 help Motd {
/dports/games/antipolix/antipolix-2.1_2/
H A Dserver.c42 static char Motd[MAX_MOTD_LINES][MESSAGE_BUF]; variable
54 for (n=0; n<MAX_MOTD_LINES && fgets(Motd[n], MESSAGE_BUF, File)!=NULL; n++) in ReadMotdFile()
55 Motd[n][strlen(Motd[n])-1]='\0'; in ReadMotdFile()
69 write(sockfd, Motd[i], MESSAGE_BUF); in SendMotd()
/dports/irc/unreal/Unreal3.2.10.7/
H A Dhelp.conf465 help Motd {
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/core/
H A Dirccommand.cpp429 case Motd: return QString("MOTD %1").arg(p0); // server in toString()
697 return IrcCommandPrivate::createCommand(Motd, QStringList() << server); in createMotd()
/dports/games/springlobby/springlobby-0.180/src/
H A Dchatpanel.h78 void Motd( const wxString& message );
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/include/IrcCore/
H A Dirccommand.h71 Motd, enumerator
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/
H A DCHANGELOG110 - added IrcClient.Motd property
165 (Oper, Motd, Luser, Version, Stats, Service, Squit, Links, Time, Connect,

12345