Gline

From Scriptwiki
Revision as of 14:15, 5 September 2005 by BlackShroud (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Finds, sets or deactivates G:lines. G:lines are used to ban certain users from the whole IRC network.

/gline +/-ident@host [target] <duration> :reason

or

/gline ident@host

ident@host is the hostmask which you want to set a G:line on. If you use the second syntax the ircd will return any G:lines which might affect the given hostmask.

If you do not set a target, the G:line will be set locally. Use * to set a G:line on all ircds which are connected to the network.

Duration is the G:line's duration in seconds.

Example

/gline +*@evil.users * 3600 :don't be evil :)

Sets a g:line on evil@user which will expire in one hour.

/gline cow@evil.users

Checks whether someone who has the hostmask cow@evil.users would be affected by any G:lines.

/gline -*@evil.users * 3600 :anything

Deactivates the G:line.