Registration has been disabled and the moderation extension has been turned off.
Contact an admin on Discord or EDF if you want an account. Also fuck bots.

Get On IRC Fgt

From Encyclopedia Dramatica
This is an old revision of this page, as edited by imported>Braylo at 12:45, 29 June 2012. It may differ significantly from the current revision.
Jump to navigationJump to search


Get on IRC fgt is a forced meme by Sheneequa, who is a lonely and fat ginger who forces memes like this and runs his own IRC channels to gain some sense of control in his shit excuse for life.

If you get this image, you've made a good impression with one of the site admins.
DO IT!


Get on IRC fgt.

It is pretty easy, just get an irc client (google it if you need to, we also have an IRC FAQ for noobs) and type /server irc.wtfux.org and then /join #channel where channel is one of your lovely choices below. For more info see:ED IRC

Rooms

There are several options for your ass raping pleasure on ED IRC. The following is a rough description of what to expect when your faggot ass gets on IRC.

 
How to be awesome on ED IRC.
 
The first time Sherrod killed ED IRC

#ed

ABANDON HOPE ALL YE WHO ENTER IN. You'll need to don your thickest skin if you want to survive in here. #ed is for the ED community at large and lurkers who don't necessarily edit but have taken the ED Oath of Allegiance and want to discuss drugs, pedophiles, Jews, pedophile Jews and drugging Jews to further the destruction of the Zionist agenda and the establishment of a Palestinian state. And Snus.

#wiki

Channel devoted to discussing our great wiki.

#forum

Channel for EDF (earth defense force) shenanigans. If someone in another channel directs you here, it's probably because you're being a huge faggot.

#ED-logging

Making life easier for recent changes patrolling.

#omegle

Chat with people on Omegle or have CleverBot chat with them for you. Also spying.

#jeopardy

Play Jeopardy.

#uno

Play Uno.

#wtfux

Losers with no life.

#CSIII

Learn about computers with Black Hat Academy.

How Do I Shot IRC? (A Primer)

 
World's most popular IRC client.
  1. Get IRC software for:
  2. Go to irc.wtfux.org #ed.
  3. Glined for great justice!

Topics For Discussion

 
A normal day in ED IRC

While on ED IRC, pay attention to the channel's topic. The topic should appear to you when you first open the channel up or in your IRC client's status bar. Usually, the topic of the channel is very pertinent to what is going on at that particular moment at Encyclopedia Dramatica and can often be very insightful to the conversation that you are about to enter. Topics range from very funny items found on the internet all the way to how to get help with some code on an article. Typical topics you will find:

Rules of #ed

  1. Don't highlight (read: type their nick) a sysop unless you need them, as they are busy people and will ban your ass for wasting their time. A sysop is someone with a red dot (Xchat) or a & sign next to their nick. Bureaucrats can also be contacted, but that should only be done when discussing serious business; bureaucrats will have purple dots or ~ signs next to their nick. If you need help with general wiki shit, try an editor first, they will have a blue dot or a % sign next to their name.
  2. Don't beg for privileges (OPs or voice).
  3. Wiki related matters come first, if some one is being helped for wiki issues, shut up if you have nothing to contribute.
  4. Praise BASEDGOD every day

Bots

Our channels include a series of service bots dedicated to making IRC just a little less terrible. Bot abuse/spam is generally frowned upon and will get you kicked relatively quickly. It's also best to only use certain bots (omegle, jeopardy, etc) in their respective channels. If you have any questions regarding bots, contact e.

Zalgo

Main IRC bot, has more functions than are worth mentioning, but makes shit like looking up bizarre fetishes just a little bit easier. It also tends to be abused the most.

Zalgo Commands

AlexTrebek

Plays a game of jeopardy.

OmegleBot

Allows you to chat with a stranger on omegle.

CleverBot

Chat with the notoriously clever CleverBot

TwitterBot

Used to post your chats to   ED_IRC, then some uptight niggers got buttsore and that functionality was removed. Now it just spews Zaiger's retweets into the channel.

[WikiBot]

Relays the Recent Changes feed to #ed-logging. If you are on IRC using the same name as you are on the wiki and identified to NickServ, it will private message you if someone has edited your user talk or talk pages.

mIRC Encyclopedia Dramatica Search Script

If you use mIRC for your IRC client - and about 99% of the internet does - this little snippet of code can be a very valuable tool for your IRC experience and can also be a very fun part of learning some coding for the program, if you are into that stuff.

  1. Open mIRC's script editor and click on the "Remotes" tab.
  2. Make a new mIRC remote by clicking on "File" and then "New." You should be presented with a blank text area to edit in.
  3. Paste this line in the new remote:
    alias end { if ($1) { url $+(http://encyclopediadramatica.se/Special:Search?search=,$1-) } }
  4. Save that Remote as whatever you want, but make sure it ends in .mrc also make sure it is someplace in your mIRC folder.
  5. Load the remote by clicking on "file" again and then "load." Find your recently saved .mrc file and click that. The ED search script is now loaded.
  6. To use, type /end (your search terms) in any mIRC channel or status window you have. The script will locate your search query and open the page in your default browser.
Example: /end Kittens will take you to this page

Yet Another Encyclopedia Dramatica Script For mIRC

File:EDscriptsearcher.jpg
Just what the hell is this thing doing?

This script searches encyclopediadramatica.se for your search item. If no search word is given, it will give results from a random word.

Syntax for the script is !dramatica search word(s) or just plain !dramatica for random.

There is a ! trigger that will notice the user and a @ trigger that will message the channel if the user has halfops or higher.

;Encyclopedia Dramatica Search Script by Ford_Lawnmower -- irc.mindforge.org #USA-Chat
menu Channel,Status {
  .$iif($group(#dramatica) == On,$style(1)) Encyclopedia Dramatica Trigger
  ..$iif($group(#dramatica) == On,$style(2)) On: .enable #dramatica
  ..$iif($group(#dramatica) == Off,$style(2)) Off: .disable #dramatica
}
#dramatica on
On $*:Text:/^(!|@)dramatica.*/Si:#: {
  if ($timer($+(dramatica,$network,$nick))) { return }
  .timer $+ $+(dramatica,$network,$nick) 1 4 noop
  var %method $iif($regml(1) == !,.notice $nick,$iif($regex($nick($chan,$nick).pnick,/(!|~|&|@|%)/),.msg $chan,.notice $nick))
  dramaticaS %method $2-
}
#dramatica end
alias dramatica { dramaticaS echo -a $1- }
alias -l dramaticaS {
  $1-2 Searching........
  var %sockname $+(dramaticaS,$network,$2,$ticks)
  sockopen %sockname encyclopediadramatica.se 80
  sockmark %sockname $1-2 $iif($3,$+(/Special:Search/,$replace($3-,$chr(32),+)),/Special:Random) 0 $iif(!$3,1,0)
}
alias -l dramaticaR {
  var %sockname $+(dramaticaR,$network,$2,$ticks)
  sockopen %sockname encyclopediadramatica.se 80
  sockmark %sockname $1-2 $+(/,$3) 0 $iif($4,1,0)
}
On *:sockopen:dramatica*: {
  if (!$sockerr) {
    sockwrite -nt $sockname GET $gettok($sock($sockname).mark,3,32) HTTP/1.0
    sockwrite -n $sockname Host: encyclopediadramatica.se
    sockwrite -n $sockname $crlf
  }
  else { echo -st Socket Error $nopath($script) | sockclose $sockname | return }
}
On *:sockread:dramaticaS*: {
  if ($sockerr) { echo -st Socket Error $nopath($script) | sockclose $sockname | return }
  else {
    var %dramaticaS | sockread %dramaticaS
    if (Page title matches isincs %dramaticaS) { sockmark $sockname $puttok($sock($sockname).mark,1,4,32) }
    if (Page text matches isincs %dramaticaS) { sockmark $sockname $puttok($sock($sockname).mark,1,4,32) }    
    if ($gettok($sock($sockname).mark,4,32)) && ($regex(%dramaticaS,/\Q<li><a href="/\E(.*)\Q" title="\E/)) {
      dramaticaR $gettok($sock($sockname).mark,1-2,32) $regml(1) $gettok($sock($sockname).mark,5,32)
      sockclose $sockname
      return
    }
    if (Location: isin %dramaticaS) {
      dramaticaR $gettok($sock($sockname).mark,1-2,32) $nopath(%dramaticaS) $gettok($sock($sockname).mark,5,32)
      sockclose $sockname
      return
    }
  }
}
On *:sockread:dramaticaR*: {
  if ($sockerr) { echo -st socket error $nopath($script) }
  else {
    var %dramaticaR | sockread %dramaticaR
    if (*<p>*<b>* iswm %dramaticaR) || (*<p>*<i>* iswm %dramaticaR) { 
      sockmark $sockname $puttok($sock($sockname).mark,$calc($gettok($sock($sockname).mark,4,32) + 1),4,32) 
    }
    if ($gettok($sock($sockname).mark,4,32)) && ($httpstrip(%dramaticaR)) { 
      put $gettok($sock($sockname).mark,1-2,32) $v1 $+(�,http://encyclopediadramatica.se,$gettok($sock($sockname).mark,3,32))
      sockclose $sockname
      return
    }
  }
}
On *:sockclose:dramatica*: {
  if ($gettok($sock($sockname).mark,5,32)) && (dramaticaR* iswm $sockname) { dramaticaS $gettok($sock($sockname).mark,1-2,32) }
  else { $gettok($sock($sockname).mark,1-2,32) Sorry No results found for your Search }
}
alias -l httpstrip { var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x) | return $remove($replace(%x,&,&), ,<) }
alias -l Put {
  if (!$regex($1,/(\.|^)(msg|notice|echo)$/Si)) || (!$3) { echo -st **Put error** Syntax /Put msg #channel text - or - /Put notice nickname text  | return }
  var %tokens $0, %Tstart 3, %Dtimer 1500
  if ($timer($+(Put,$2,$network)).secs) { %Dtimer = $calc($v1 * 1000) }  
  while ($len($($+($,%Tstart,-,%tokens),2)) > 430) {
    dec %tokens
    if ($len($($+($,%Tstart,-,%tokens),2)) <= 430) {
      .timer -m 1 %Dtimer $1-2 $($+($,%Tstart,-,%tokens),2))
      inc %Dtimer 1500
      %Tstart = $calc(%tokens + 1)
      %tokens = $0
    }
  }
  .timer -m 1 %Dtimer $1-2 $($+($,%Tstart,-,%tokens),2))
  .timer $+ $+(Put,$2,$network) -m 1 $calc(%Dtimer + 1500) noop 
}

See Also

 
Typical ED IRC users.


Get On IRC Fgt

is part of a series on

IRC

Please visit the IRC PORTAL for more


A-BC-DE-FG-HI-JK-LM-NO-P
Q-RS-TU-VW-XY-Z#

 

Featured article October 12, 2011 & October 13, 2011
Preceded by
EZWolf
Get On IRC Fgt Succeeded by
BOLTsBiggestFag