MCPcopy
hub / github.com/ergochat/ergo / Notice

Method Notice

irc/client.go:1623–1625  ·  view source on GitHub ↗

Notice sends the client a notice from the server.

(text string)

Source from the content-addressed store, hash-verified

1621
1622// Notice sends the client a notice from the server.
1623func (client *Client) Notice(text string) {
1624 client.Send(nil, client.server.name, "NOTICE", client.Nick(), text)
1625}
1626
1627func (session *Session) Notice(text string) {
1628 session.Send(nil, session.client.server.name, "NOTICE", session.client.Nick(), text)

Callers 15

doIdentLookupMethod · 0.95
SendMethod · 0.45
ShutdownMethod · 0.45
applyConfigMethod · 0.45
nsGetHandlerFunction · 0.45
displaySettingFunction · 0.45
nsSetHandlerFunction · 0.45
nsSetEmailHandlerFunction · 0.45
nsVerifyEmailHandlerFunction · 0.45
nsDropHandlerFunction · 0.45
nsGhostHandlerFunction · 0.45
nsGroupHandlerFunction · 0.45

Calls 2

SendMethod · 0.95
NickMethod · 0.95

Tested by

no test coverage detected