Difference between revisions of "Topic"
From Scriptwiki
(totally uncomplete, i finish it later.) |
|||
Line 4: | Line 4: | ||
*newtopic is the topic you want to set. | *newtopic is the topic you want to set. | ||
Using /topic without last parameter receives the topics of all spezified channels. | Using /topic without last parameter receives the topics of all spezified channels. | ||
+ | |||
+ | With the last parameter, you set the topic of all spezified channels. If [[Mode|chanmode +t]] is set, you need to be Operator to do this. | ||
When re-setting the same topic, the change is only shown to you and for whom it changes, which allows resynching the topic without showing unneeded topic changes. | When re-setting the same topic, the change is only shown to you and for whom it changes, which allows resynching the topic without showing unneeded topic changes. | ||
Line 9: | Line 11: | ||
== Example == | == Example == | ||
/topic #help.script,#quakenet | /topic #help.script,#quakenet | ||
− | Receives the current topic | + | Receives the current topic #help.script and #quakenet. |
+ | /topic #help.script [[$cr]] | ||
+ | /[[Quote|quote]] topic #help.script : | ||
+ | Clears the topic of #help.script | ||
+ | /topic #help.script Welcome to #help.script | ||
+ | Sets the topic of #help.script to Welcome to #help.script. | ||
− | {{ | + | == See Also == |
+ | {{Relatedraws|topic}} | ||
+ | [[Category:Basic IRC commands]][[Category:Commands]] |
Revision as of 20:43, 11 September 2005
Changes or receives the topic of the channel.
/topic <#channel> [:[newtopic]]
- #channel is a comma seperated list of one or more channels.
- newtopic is the topic you want to set.
Using /topic without last parameter receives the topics of all spezified channels.
With the last parameter, you set the topic of all spezified channels. If chanmode +t is set, you need to be Operator to do this.
When re-setting the same topic, the change is only shown to you and for whom it changes, which allows resynching the topic without showing unneeded topic changes.
Example
/topic #help.script,#quakenet
Receives the current topic #help.script and #quakenet.
/topic #help.script $cr /quote topic #help.script :
Clears the topic of #help.script
/topic #help.script Welcome to #help.script
Sets the topic of #help.script to Welcome to #help.script.