How can I join separated chans like: #The IRC Police?
Example:
--- [lot] is on @#pirates of the irc
How can I do this ? Please
Thanks
Chans Names
Moderators: Website/Forum Admins, EFnet/Help Moderators
Re: Chans Names
I think this will work in mIRC... /join #The[crtl-i]IRC[crtl-i]Policethelit wrote:How can I join separated chans like: #The IRC Police?
Example:
--- [lot] is on @#pirates of the irc
How can I do this ? Please
Thanks
Re: Chans Names
As previously suggested, what is used is not in fact the actual space character (ASCII code 32), but another character which is processed as a space on many terminals/fonts. This "blank" character is ASCII code 160, and on a Windows client such as mIRC you can enter it by holding down your ALT key and typing 0160 on the keypad. This'll work on most keyboards, although certain special laptop keyboards might not support ALT codes.thelit wrote:How can I join separated chans like: #The IRC Police?
In unix clients such as BX, you can enter by prefixing your command with /eval, and using $chr(160) as the character replacement code.
E.g.
mIRC: /join #Happy<ALT-0160>IRC
BX: /eval /join #Happy$chr(160)IRC
The above would join a channel which looks like "#Happy IRC" (technical note: it will in fact be displayed as a de facto space character on some 8-bit filtering terminals, because 160 - 128 == 32)
Who is online
Users browsing this forum: No registered users and 3 guests